mediawiki-extensions-Scribunto/tests/phpunit/engines/LuaCommon/MessageLibraryTest.php

13 lines
365 B
PHP
Raw Normal View History

<?php
// @codingStandardsIgnoreLine Squiz.Classes.ValidClassName.NotCamelCaps
class Scribunto_LuaMessageLibraryTests extends Scribunto_LuaEngineTestBase {
protected static $moduleName = 'MessageLibraryTests';
protected function getTestModules() {
return parent::getTestModules() + [
'MessageLibraryTests' => __DIR__ . '/MessageLibraryTests.lua',
];
}
}