mediawiki-extensions-Scribunto/tests/phpunit/engines/LuaCommon/SiteLibraryTest.php
Reedy 62e1fb0b5f Namespace LuaCommon
Change-Id: Ib6e912e71fb797942aca4b4f22eb0ff9e005a662
2022-08-03 06:03:57 +00:00

13 lines
281 B
PHP

<?php
class SiteLibraryTest extends LuaEngineUnitTestBase {
/** @inheritDoc */
protected static $moduleName = 'SiteLibraryTests';
protected function getTestModules() {
return parent::getTestModules() + [
'SiteLibraryTests' => __DIR__ . '/SiteLibraryTests.lua',
];
}
}