29 : void
30 {
32 parent::setUp();
37
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),
61 $this->createMock(
ILIAS\
Test\Results\Data\Factory::class),
62 $this->createMock(
ILIAS\
Test\Results\Presentation\Factory::class),
63 $this->createMock(\
ILIAS\
Test\Results\Data\Repository::class)
64 );
65 }
Class ilTestParticipantsGUI.
addGlobal_ilComponentFactory()
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.