mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-12-03 20:36:18 +00:00
55bd9d22bb
Change-Id: I2efe0f71266d70e9a41e044406d82ef7daa31296
12 lines
280 B
PHP
12 lines
280 B
PHP
<?php
|
|
|
|
class Scribunto_LuaLibraryUtilTest extends Scribunto_LuaEngineTestBase {
|
|
protected static $moduleName = 'LibraryUtilTests';
|
|
|
|
protected function getTestModules() {
|
|
return parent::getTestModules() + [
|
|
'LibraryUtilTests' => __DIR__ . '/LibraryUtilTests.lua',
|
|
];
|
|
}
|
|
}
|