MediaWiki
1.34.0
MessageLibraryTest.php
Go to the documentation of this file.
1
<?php
2
3
class
Scribunto_LuaMessageLibraryTest
extends
Scribunto_LuaEngineUnitTestBase
{
4
protected
static
$moduleName
=
'MessageLibraryTests'
;
5
6
protected
function
getTestModules
() {
7
return
parent::getTestModules() + [
8
'MessageLibraryTests'
=> __DIR__ .
'/MessageLibraryTests.lua'
,
9
];
10
}
11
}
Scribunto_LuaMessageLibraryTest
Definition:
MessageLibraryTest.php:3
Scribunto_LuaMessageLibraryTest\getTestModules
getTestModules()
Definition:
MessageLibraryTest.php:6
Scribunto_LuaEngineUnitTestBase
This is the subclass for Lua library tests.
Definition:
LuaEngineUnitTestBase.php:12
Scribunto_LuaMessageLibraryTest\$moduleName
static $moduleName
Definition:
MessageLibraryTest.php:4
extensions
Scribunto
tests
phpunit
engines
LuaCommon
MessageLibraryTest.php
Generated on Thu Dec 19 2019 14:53:58 for MediaWiki by
1.8.16