ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilTestEvalObjectiveOrientedGUITest.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
26{
28
29 protected function setUp(): void
30 {
31 parent::setUp();
32
33 $this->addGlobal_ilTabs();
35 $this->addGlobal_ilHelp();
36 $this->addGlobal_rbacsystem();
37 $this->addGlobal_ilSetting();
38 $this->addGlobal_ilToolbar();
41
42 $this->testObj = new ilTestEvalObjectiveOrientedGUI($this->getTestObjMock());
43 }
44
46 {
47 $this->assertInstanceOf(ilTestEvalObjectiveOrientedGUI::class, $this->testObj);
48 }
49}
Class ilTestBaseClass.
Class ilTestEvalObjectiveOrientedGUITest.
addGlobal_ilNavigationHistory()
addGlobal_GlobalScreenService()
addGlobal_ilObjDataCache()
addGlobal_rbacsystem()