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

13 lines
316 B
PHP

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