34 : void
35 {
36 parent::setUp();
37
39 $this->createMock(ilCtrl::class),
40 $this->createMock(ilAccessHandler::class),
41 $this->createMock(
ILIAS\
Test\Presentation\TabsManager::class),
42 $this->createMock(ilGlobalPageTemplate::class),
43 $this->createMock(ilLanguage::class),
44 $this->createMock(
ILIAS\Refinery\Factory::class),
45 $this->createMock(ilDBInterface::class),
46 $this->createMock(
ILIAS\
Test\Logging\TestLogger::class),
47 $this->createMock(ilTree::class),
48 $this->createMock(ilComponentRepository::class),
50 $this->createMock(GeneralQuestionPropertiesRepository::class),
51 $this->createMock(RequestDataCollector::class),
52 $this->createMock(HTTP::class),
53 $this->createMock(ilToolbarGUI::class),
54 $this->createMock(SkillUsageService::class),
55 $this->createMock(Factory::class),
56 $this->createMock(Renderer::class),
57 $this->createMock(ilTabsGUI::class),
58 201
59 );
60 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.