19 declare(strict_types=1);
    29     protected function setUp(): void
    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();
    41         $this->addGlobal_GlobalScreenService();
    42         $this->addGlobal_ilNavigationHistory();
    49         $this->assertInstanceOf(ilTestPlayerRandomQuestionSetGUI::class, $this->testObj);
 
Class ilTestPlayerRandomQuestionSetGUITest. 
 
ilTestPlayerRandomQuestionSetGUI $testObj
 
test_instantiateObject_shouldReturnInstance()