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

Public Member Functions

 testConstruct ()
 
 testDic ()
 

Protected Member Functions

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

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

Definition at line 22 of file TestDICTest.php.

Member Function Documentation

◆ setUp()

TestDICTest::setUp ( )
protected

Definition at line 24 of file TestDICTest.php.

24  : void
25  {
26  parent::setUp();
27  }

◆ testConstruct()

TestDICTest::testConstruct ( )

Definition at line 29 of file TestDICTest.php.

29  : void
30  {
31  $test_dic = new TestDIC();
32  $this->assertInstanceOf(TestDIC::class, $test_dic);
33  }

◆ testDic()

TestDICTest::testDic ( )

Definition at line 35 of file TestDICTest.php.

35  : void
36  {
37  $this->assertInstanceOf(Container::class, TestDIC::dic());
38  }

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