MediaWiki
1.34.0
|
@coversNothing – Covers Lua code More...
Public Member Functions | |
testPCREErrors ( $ini, $args, $error) | |
@dataProvider providePCREErrors More... | |
Public Member Functions inherited from Scribunto_LuaUstringLibraryTest | |
provideUstringLibraryNormalizationTests () | |
testUstringLibraryNormalizationTests ( $name, $c1, $c2, $c3, $c4, $c5) | |
@dataProvider provideUstringLibraryNormalizationTests More... | |
testUstringLibraryNormalizationTestsAvailable () | |
Public Member Functions inherited from Scribunto_LuaEngineUnitTestBase | |
__construct ( $name=null, array $data=[], $dataName='', $engineName=null) | |
provideLuaData () | |
testLua ( $key, $testName, $expected) | |
@dataProvider provideLuaData More... | |
toString () | |
Static Public Member Functions | |
static | providePCREErrors () |
Static Public Member Functions inherited from Scribunto_LuaEngineUnitTestBase | |
static | suite ( $className) |
Protected Member Functions | |
setUp () | |
Protected Member Functions inherited from Scribunto_LuaUstringLibraryTest | |
getTestModules () | |
tearDown () | |
Additional Inherited Members | |
Protected Attributes inherited from Scribunto_LuaEngineUnitTestBase | |
string | $luaTestName = null |
Name to display instead of the default. More... | |
array | $skipTests = [] |
Tests to skip. More... | |
Static Protected Attributes inherited from Scribunto_LuaUstringLibraryTest | |
static | $moduleName = 'UstringLibraryTests' |
Static Protected Attributes inherited from Scribunto_LuaEngineUnitTestBase | |
static string | $dataProviderClass = 'Scribunto_LuaDataProvider' |
Class to use for the data provider. More... | |
static string | $moduleName = null |
Name of the module being tested. More... | |
@coversNothing – Covers Lua code
Definition at line 8 of file UstringLibraryPureLuaTest.php.
|
static |
Reimplemented from Scribunto_LuaUstringLibraryTest.
Definition at line 32 of file UstringLibraryPureLuaTest.php.
|
protected |
Definition at line 9 of file UstringLibraryPureLuaTest.php.
References getEngine().
Scribunto_LuaUstringLibraryPureLuaTest::testPCREErrors | ( | $ini, | |
$args, | |||
$error | |||
) |
@dataProvider providePCREErrors
Reimplemented from Scribunto_LuaUstringLibraryTest.
Definition at line 27 of file UstringLibraryPureLuaTest.php.