ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
MarkSchemaTableTest Class Reference
+ Inheritance diagram for MarkSchemaTableTest:
+ Collaboration diagram for MarkSchemaTableTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 
- Public Member Functions inherited from ilTestBaseTestCase
 createInstanceOf (string $class_name, array $explicit_parameters=[])
 
 createTraitInstanceOf (string $class_name, array $explicit_parameters=[])
 

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=[])
 
static getNonPublicPropertyValue (object $obj, string $name)
 
- Data Fields inherited from ilTestBaseTestCase
const string MOCKED_METHOD_WITHOUT_OUTPUT = 'MOCKED_METHOD_WITHOUT_OUTPUT'
 
const string DYNAMIC_CLASS = 'DynamicClass'
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 
Container $backup_dic = null
 
- Static Protected Attributes inherited from ilTestBaseTestCase
static int $DYNAMIC_CLASS_COUNT = 0
 

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

Reimplemented from ilTestBaseTestCase.

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 \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 }

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: