mediawiki-extensions-Scribunto/tests/engines/LuaCommon/SiteLibraryTest.php
Brad Jorsch bd03237246 Add mw.site library
Contains various constants and functions to access site info.

Change-Id: I944938f9af0203c16d1a3fb2046f332045dec4d9
2013-02-06 09:20:59 -05:00

12 lines
276 B
PHP

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