mediawiki-extensions-Scribunto/tests/engines/LuaCommon/MessageLibraryTest.php
Brad Jorsch ba09ba3fde Add mw.message library
Change-Id: I12ca84f848c34f1227ee8acdc8bc04bdfd0b2d97
2013-02-26 22:20:04 -08:00

12 lines
288 B
PHP

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