19 declare(strict_types=1);
29 protected function setUp(): void
33 $this->addGlobal_ilAccess();
34 $this->addGlobal_ilTabs();
35 $this->addGlobal_ilToolbar();
36 $this->addGlobal_ilComponentFactory();
39 $this->getTestObjMock(),
40 $this->createMock(\ilObjUser::class),
41 $this->createMock(ilTestObjectiveOrientedContainer::class),
42 $this->createMock(ilTestQuestionSetConfig::class),
44 $this->createMock(ilTestAccess::class),
48 $this->createMock(ilUIService::class),
49 $this->createMock(
ILIAS\
Data\Factory::class),
54 $this->createMock(\
ILIAS\
Test\Presentation\TabsManager::class),
56 $DIC[
'component.factory'],
57 $this->createMock(\
ILIAS\
Test\ExportImport\Factory::class),
58 $this->createMock(\
ILIAS\
Test\RequestDataCollector::class),
59 $this->createMock(\
ILIAS\
Test\ResponseHandler::class),
60 $this->createMock(\
ILIAS\
Test\Participants\ParticipantRepository::class),
69 $this->assertInstanceOf(ilTestParticipantsGUI::class, $this->testObj);
Interface Observer Contains several chained tasks and infos about them.
test_instantiateObject_shouldReturnInstance()
ilTestParticipantsGUI $testObj
Class ilTestParticipantsGUITest.
Class ilTestParticipantsGUI.