19 declare(strict_types=1);
33 protected function setUp(): void
38 $this->createMock(\ilLanguage::class),
39 $this->createMock(\ilDBInterface::class),
40 $this->createMock(\ilBenchmark::class),
41 $this->createMock(\ilGlobalTemplateInterface::class),
43 $this->createMock(\ilTree::class),
44 $this->createMock(\ilComponentRepository::class),
45 $this->createMock(\ilComponentFactory::class),
47 $this->createMock(\ilObjUser::class),
48 $this->createMock(GeneralQuestionPropertiesRepository::class)
54 $this->assertInstanceOf(Factory::class, $this->testObj);
Interface Observer Contains several chained tasks and infos about them.
test_instantiateObject_shouldReturnInstance()