30     protected function setUp(): void
    35             $this->createMock(ilCtrl::class),
    36             $this->createMock(ilAccessHandler::class),
    37             $this->createMock(
ILIAS\
Test\Presentation\TabsManager::class),
    38             $this->createMock(ilGlobalPageTemplate::class),
    39             $this->createMock(ilLanguage::class),
    41             $this->createMock(ilDBInterface::class),
    42             $this->createMock(
ILIAS\
Test\Logging\TestLogger::class),
    43             $this->createMock(ilTree::class),
    44             $this->createMock(ilComponentRepository::class),
    45             $this->getTestObjMock(),
    46             $this->createMock(GeneralQuestionPropertiesRepository::class),
    47             $this->createMock(RequestDataCollector::class),
    54         $this->assertInstanceOf(ilTestSkillAdministrationGUI::class, $this->testObj);
 
Interface Observer  Contains several chained tasks and infos about them. 
 
ilTestSkillAdministrationGUI $testObj
 
test_instantiateObject_shouldReturnInstance()
 
Class ilTestSkillAdministrationGUITest. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...