ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilTestPlayerRandomQuestionSetGUITest.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
28 
29  protected function setUp(): void
30  {
31  parent::setUp();
32 
33  $this->addGlobal_ilTabs();
34  $this->addGlobal_ilObjDataCache();
35  $this->addGlobal_rbacsystem();
36  $this->addGlobal_refinery();
37  $this->addGlobal_ilHelp();
38  $this->addGlobal_rbacsystem();
39  $this->addGlobal_ilSetting();
40  $this->addGlobal_ilToolbar();
43 
44  $this->testObj = new ilTestPlayerRandomQuestionSetGUI($this->getTestObjMock());
45  }
46 
48  {
49  $this->assertInstanceOf(ilTestPlayerRandomQuestionSetGUI::class, $this->testObj);
50  }
51 }
Class ilTestPlayerRandomQuestionSetGUITest.
addGlobal_rbacsystem()
addGlobal_ilNavigationHistory()
addGlobal_ilObjDataCache()
addGlobal_GlobalScreenService()