42 : void
43 {
44 parent::setUp();
45
47 $this->createMock(UIFactory::class),
48 $this->createMock(UIRenderer::class),
49 $this->createMock(DataFactory::class),
50 $this->createMock(
ILIAS\Refinery\Factory::class),
51 $this->createMock(URLBuilder::class),
52 $this->createMock(URLBuilderToken::class),
53 $this->createMock(URLBuilderToken::class),
54 $this->createMock(ilDBInterface::class),
55 $this->createMock(ilLanguage::class),
56 $this->createMock(ilComponentRepository::class),
57 $this->createMock(ilRbacSystem::class),
58 $this->createMock(ilObjUser::class),
59 $this->createMock(TaxonomyService::class),
60 $this->createMock(
ILIAS\Notes\Service::class),
61 0,
62 0
63 );
64 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.