32 : void
33 {
35 parent::setUp();
36
40
41 $this->testObj = new ExportFixedQuestionSet(
42 $this->createMock(\
ILIAS\Language\Language::class),
43 $this->createMock(\ilDBInterface::class),
44 $this->createMock(\ilBenchmark::class),
45 $this->createMock(\
ILIAS\
Test\Logging\TestLogger::class),
46 $this->createMock(\ilTree::class),
47 $this->createMock(\ilComponentRepository::class),
48 $this->createMock(\
ILIAS\TestQuestionPool\Questions\GeneralQuestionPropertiesRepository::class),
49 $this->createMock(\
ILIAS\FileDelivery\Services::class),
50 $this->createMock(\ilObjTest::class),
51 $DIC[
'resource_storage']
52 );
53 }
addGlobal_resourceStorage()
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.