mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 08:14:09 +00:00
55fe0b69d0
Change-Id: I270d1dd9b6545e15398c2f8b8e9ae533844cc998
12 lines
298 B
PHP
12 lines
298 B
PHP
<?php
|
|
|
|
class Scribunto_LuaMessageLibraryTests extends Scribunto_LuaEngineTestBase {
|
|
protected static $moduleName = 'MessageLibraryTests';
|
|
|
|
protected function getTestModules() {
|
|
return parent::getTestModules() + array(
|
|
'MessageLibraryTests' => __DIR__ . '/MessageLibraryTests.lua',
|
|
);
|
|
}
|
|
}
|