23 protected function setUp(): void
27 $this->addGlobal_ilTabs();
28 $this->addGlobal_ilLocator();
30 $this->addGlobal_ilAccess();
31 $this->addGlobal_ilToolbar();
32 $this->addGlobal_ilRbacAdmin();
33 $this->addGlobal_rbacsystem();
34 $this->addGlobal_rbacreview();
35 $this->addGlobal_ilObjDataCache();
36 $this->addGlobal_ilSetting();
37 $this->addGlobal_filesystem();
47 $this->assertInstanceOf(ilObjTestVerificationGUI::class, $this->testObj);
57 $this->assertEquals(
'tstv', $this->testObj->getType());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjTestVerificationGUI $testObj
GUI class for test verification.