MediaWiki REL1_34
|
Public Member Functions | |
__construct ( $engine) | |
current () | |
destory () | |
next () | |
rewind () | |
runNorm ( $c1, $c2, $c3, $c4, $c5) | |
valid () | |
Public Member Functions inherited from Scribunto_LuaDataProvider | |
__construct ( $engine, $moduleName) | |
destroy () | |
key () | |
run ( $key) | |
Static Public Member Functions | |
static | available (&$message=null) |
Protected Attributes | |
$current = null | |
$file = null | |
Protected Attributes inherited from Scribunto_LuaDataProvider | |
$engine = null | |
$exports = null | |
$key = 1 | |
Static Protected Attributes | |
static | $static |
Definition at line 103 of file UstringLibraryTest.php.
UstringLibraryNormalizationTestProvider::__construct | ( | $engine | ) |
Definition at line 122 of file UstringLibraryTest.php.
References Scribunto_LuaDataProvider\$engine, and rewind().
|
static |
Definition at line 111 of file UstringLibraryTest.php.
Referenced by Scribunto_LuaUstringLibraryTest\testUstringLibraryNormalizationTestsAvailable().
UstringLibraryNormalizationTestProvider::current | ( | ) |
Reimplemented from Scribunto_LuaDataProvider.
Definition at line 155 of file UstringLibraryTest.php.
References $current.
Referenced by next().
UstringLibraryNormalizationTestProvider::destory | ( | ) |
Definition at line 130 of file UstringLibraryTest.php.
UstringLibraryNormalizationTestProvider::next | ( | ) |
Reimplemented from Scribunto_LuaDataProvider.
Definition at line 159 of file UstringLibraryTest.php.
References $args, Scribunto_LuaDataProvider\$key, $line, $s, current(), Scribunto_LuaDataProvider\key(), and valid().
Referenced by rewind().
UstringLibraryNormalizationTestProvider::rewind | ( | ) |
Reimplemented from Scribunto_LuaDataProvider.
Definition at line 138 of file UstringLibraryTest.php.
References Scribunto_LuaDataProvider\key(), next(), and rewind().
Referenced by __construct(), and rewind().
UstringLibraryNormalizationTestProvider::runNorm | ( | $c1, | |
$c2, | |||
$c3, | |||
$c4, | |||
$c5 ) |
Definition at line 186 of file UstringLibraryTest.php.
UstringLibraryNormalizationTestProvider::valid | ( | ) |
Reimplemented from Scribunto_LuaDataProvider.
Definition at line 146 of file UstringLibraryTest.php.
References Scribunto_LuaDataProvider\key().
Referenced by next().
|
protected |
Definition at line 105 of file UstringLibraryTest.php.
Referenced by current().
|
protected |
Definition at line 104 of file UstringLibraryTest.php.
|
staticprotected |
Definition at line 106 of file UstringLibraryTest.php.