mediawiki-extensions-Scribunto/tests/phpunit/engines/LuaCommon/LibraryUtilTest.php
Umherirrender 55bd9d22bb Add method scope visibility
Change-Id: I2efe0f71266d70e9a41e044406d82ef7daa31296
2018-11-19 21:18:12 +00:00

12 lines
280 B
PHP

<?php
class Scribunto_LuaLibraryUtilTest extends Scribunto_LuaEngineTestBase {
protected static $moduleName = 'LibraryUtilTests';
protected function getTestModules() {
return parent::getTestModules() + [
'LibraryUtilTests' => __DIR__ . '/LibraryUtilTests.lua',
];
}
}