| 1 | <?php |
||
| 19 | abstract class LuaLibraryTestBase extends Scribunto_LuaEngineTestBase |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var LuaLibrary |
||
| 23 | */ |
||
| 24 | private $luaLibrary; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @throws \MWException |
||
| 28 | */ |
||
| 29 | protected function setUp() { |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Accesses an instance of class {@see LuaLibrary} |
||
| 40 | * |
||
| 41 | * @return LuaLibrary LuaLibrary |
||
| 42 | */ |
||
| 43 | public function getLuaLibrary() { |
||
| 46 | } |