ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
MarkSchemaTableTest.php
Go to the documentation of this file.
1<?php
2
19declare(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}
A class defining mark schemas for assessment test objects.
Definition: MarkSchema.php:36
Class ilTestBaseClass.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.