ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
MarkSchemaTableTest Class Reference
+ Inheritance diagram for MarkSchemaTableTest:
+ Collaboration diagram for MarkSchemaTableTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 

Private Attributes

MarkSchemaTable $table
 

Additional Inherited Members

- Static Public Member Functions inherited from ilTestBaseTestCase
static callMethod ($obj, $name, array $args=[])
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Author
Marvin Beym mbeym.nosp@m.@dat.nosp@m.abay..nosp@m.de

Definition at line 27 of file MarkSchemaTableTest.php.

Member Function Documentation

◆ setUp()

MarkSchemaTableTest::setUp ( )
protected

Definition at line 31 of file MarkSchemaTableTest.php.

31  : 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  }
Interface Observer 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  }

Field Documentation

◆ $table

MarkSchemaTable MarkSchemaTableTest::$table
private

Definition at line 29 of file MarkSchemaTableTest.php.


The documentation for this class was generated from the following file: