| 1 | <?php |
||
| 14 | class ScribuntoLuaLibraryInfoTest extends ScribuntoLuaEngineTestBase { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Lua test module |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | protected static $moduleName = self::class; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * ScribuntoLuaEngineTestBase::getTestModules |
||
| 24 | */ |
||
| 25 | public function getTestModules() { |
||
| 30 | |||
| 31 | |||
| 32 | /** |
||
| 33 | * Tests method info |
||
| 34 | * |
||
| 35 | * @return void |
||
| 36 | */ |
||
| 37 | public function testInfo() { |
||
| 69 | } |