ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Component\Tests\Dependencies\NullDICTest Class Reference
+ Inheritance diagram for ILIAS\Component\Tests\Dependencies\NullDICTest:
+ Collaboration diagram for ILIAS\Component\Tests\Dependencies\NullDICTest:

Public Member Functions

 testExistence ()
 

Detailed Description

Definition at line 26 of file NullDICTest.php.

Member Function Documentation

◆ testExistence()

ILIAS\Component\Tests\Dependencies\NullDICTest::testExistence ( )

Definition at line 28 of file NullDICTest.php.

29 {
30 $dic = new \ILIAS\Component\Dependencies\NullDIC();
31 $this->assertInstanceOf(\ArrayAccess::class, $dic);
32 }
$dic
Definition: ltiresult.php:33

References $dic.


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