ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
MarkSchemaTableTest.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
23 
28 {
30 
31  protected function setUp(): void
32  {
33  parent::setUp();
34  $this->table = new MarkSchemaTable(
35  $this->createMock(MarkSchema::class),
36  true,
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),
42  );
43  }
44 
46  {
47  $this->assertInstanceOf(MarkSchemaTable::class, $this->table);
48  }
49 }
Interface Observer Contains several chained tasks and infos about them.