19 declare(strict_types=1);
31 protected function setUp(): void
35 $this->createMock(MarkSchema::class),
37 $this->createMock(ilLanguage::class),
38 $this->createMock(\
ILIAS\
UI\URLBuilder::class),
39 $this->createMock(\
ILIAS\
UI\URLBuilderToken::class),
40 $this->createMock(\
ILIAS\
UI\URLBuilderToken::class),
41 $this->createMock(
ILIAS\
UI\Factory::class),
47 $this->assertInstanceOf(MarkSchemaTable::class, $this->table);
test_instantiateObject_shouldReturnInstance()
Interface Observer Contains several chained tasks and infos about them.