◆ setUp()
MarkSchemaTableTest::setUp |
( |
| ) |
|
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 31 of file MarkSchemaTableTest.php.
31 : void
32 {
33 parent::setUp();
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 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
◆ test_instantiateObject_shouldReturnInstance()
MarkSchemaTableTest::test_instantiateObject_shouldReturnInstance |
( |
| ) |
|
Definition at line 45 of file MarkSchemaTableTest.php.
45 : void
46 {
47 $this->assertInstanceOf(MarkSchemaTable::class, $this->table);
48 }
◆ $table
The documentation for this class was generated from the following file: