mediawiki-extensions-Scribunto/tests/phpunit/engines/LuaCommon/LibraryUtilTest.php
Umherirrender f129988d82 Improve function and property documentation in tests
Change-Id: I81e957035175f9fe0dad9494c92ab342283df983
2021-01-29 08:06:12 +00:00

13 lines
304 B
PHP

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