1 | <?php |
||
14 | class ScribuntoLuaLibrarySetTest extends ScribuntoLuaEngineTestBase { |
||
15 | |||
16 | /** |
||
17 | * Lua test module |
||
18 | * @var string |
||
19 | */ |
||
20 | protected static $moduleName = 'SMW\Scribunto\Tests\ScribuntoLuaLibrarySetTest'; |
||
21 | |||
22 | /** |
||
23 | * ScribuntoLuaEngineTestBase::getTestModules |
||
24 | */ |
||
25 | public function getTestModules() { |
||
30 | } |