19 declare(strict_types=1);
    29     protected function setUp(): void
    34         $this->addGlobal_ilCtrl();
    35         $this->addGlobal_http();
    36         $this->addGlobal_ilUser();
    37         $this->addGlobal_ilTabs();
    38         $this->addGlobal_tree();
    39         $this->addGlobal_ilObjDataCache();
    42             $this->getTestObjMock(),
    48             $this->createMock(
ILIAS\
Data\Factory::class),
    49             $this->createMock(\
ILIAS\
Test\Presentation\TabsManager::class),
    51             $this->createMock(
ILIAS\
Test\Logging\TestLogger::class),
    55             $DIC[
'component.repository'],
    56             $DIC[
'objDefinition'],
    57             $DIC[
'ilObjDataCache'],
    58             $this->getMockBuilder(ilTestProcessLockerFactory::class)->disableOriginalConstructor()->getMock(),
    59             $this->createMock(
ILIAS\
Test\RequestDataCollector::class),
    60             $this->createMock(
ILIAS\
Test\Utilities\TitleColumnsBuilder::class),
    61             $this->createMock(\
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class)
    67         $this->assertInstanceOf(ilTestRandomQuestionSetConfigGUI::class, $this->testObj);
 
Interface Observer  Contains several chained tasks and infos about them. 
 
ilTestRandomQuestionSetConfigGUI $testObj
 
test_instantiateObject_shouldReturnInstance()
 
Class ilTestRandomQuestionSetConfigGUITest. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...