Class DIContainerTest.
More...
Class DIContainerTest.
Definition at line 9 of file DIContainerTest.php.
◆ setUp()
ILIAS\DI\DIContainerTest::setUp |
( |
| ) |
|
|
protected |
◆ testIsDependencyAvailableIfAvailable()
ILIAS\DI\DIContainerTest::testIsDependencyAvailableIfAvailable |
( |
| ) |
|
Definition at line 27 of file DIContainerTest.php.
29 $this->
DIC[
"ilCtrl"] =
function () {
31 $this->assertTrue($this->
DIC->isDependencyAvailable(
"ctrl"));
◆ testIsDependencyAvailableIfNotAvailable()
ILIAS\DI\DIContainerTest::testIsDependencyAvailableIfNotAvailable |
( |
| ) |
|
◆ $DIC
ILIAS\DI\DIContainerTest::$DIC |
|
protected |
The documentation for this class was generated from the following file: