mediawiki-extensions-Scribunto/tests/phpunit/engines/LuaCommon/LibraryUtilTest.php
Reedy 073a365759 "Namespace LuaCommon" take 2
Revert "Revert "Namespace LuaCommon""

This reverts commit 18d122b60d.

Change-Id: I74fd43f7920c8772e9078f745ac6062d5461a7f1
2022-09-30 00:52:27 +00:00

13 lines
281 B
PHP

<?php
class LibraryUtilTest extends LuaEngineUnitTestBase {
/** @inheritDoc */
protected static $moduleName = 'LibraryUtilTests';
protected function getTestModules() {
return parent::getTestModules() + [
'LibraryUtilTests' => __DIR__ . '/LibraryUtilTests.lua',
];
}
}