42 protected function setUp(): void
47 $this->createMock(UIFactory::class),
48 $this->createMock(UIRenderer::class),
49 $this->createMock(DataFactory::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),
68 $this->assertInstanceOf(QuestionTable::class, $this->
object);
Interface Observer Contains several chained tasks and infos about them.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...