MediaWiki  1.34.4
SiteLibraryTest.php
Go to the documentation of this file.
1 <?php
2 
4  protected static $moduleName = 'SiteLibraryTests';
5 
6  protected function getTestModules() {
7  return parent::getTestModules() + [
8  'SiteLibraryTests' => __DIR__ . '/SiteLibraryTests.lua',
9  ];
10  }
11 }
Scribunto_LuaEngineUnitTestBase
This is the subclass for Lua library tests.
Definition: LuaEngineUnitTestBase.php:12
Scribunto_LuaSiteLibraryTest\$moduleName
static $moduleName
Definition: SiteLibraryTest.php:4
Scribunto_LuaSiteLibraryTest
Definition: SiteLibraryTest.php:3
Scribunto_LuaSiteLibraryTest\getTestModules
getTestModules()
Definition: SiteLibraryTest.php:6