| 1 | <?php |
||
| 14 | class ScribuntoLuaLibraryPropertyTest extends ScribuntoLuaEngineTestBase { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Lua test module |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | protected static $moduleName = 'SMW\Scribunto\Tests\ScribuntoLuaLibraryPropertyTest'; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * ScribuntoLuaEngineTestBase::getTestModules |
||
| 24 | */ |
||
| 25 | public function getTestModules() { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Tests method getPropertyType |
||
| 33 | * |
||
| 34 | * @return void |
||
| 35 | */ |
||
| 36 | public function testGetPropertyType() { |
||
| 49 | } |
||
| 50 |