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

12 lines
288 B
PHP
Raw Normal View History

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