1 | <?php |
||
15 | abstract class ScribuntoLuaEngineTestBase extends \Scribunto_LuaEngineTestBase |
||
16 | { |
||
17 | /** |
||
18 | * @var \SMW\Scribunto\ScribuntoLuaLibrary |
||
19 | */ |
||
20 | private $scribuntoLuaLibrary; |
||
21 | |||
22 | protected function setUp() { |
||
30 | |||
31 | /** |
||
32 | * Accesses an instance of class {@see ScribuntoLuaLibrary} |
||
33 | * |
||
34 | * @return ScribuntoLuaLibrary ScribuntoLuaLibrary |
||
35 | */ |
||
36 | public function getScribuntoLuaLibrary() { |
||
39 | } |