6 require_once(
'./libs/composer/vendor/autoload.php');
19 protected function setUp() : void
26 $this->assertFalse($this->
DIC->isDependencyAvailable(
"ctrl"));
31 $this->
DIC[
"ilCtrl"] =
function () {
33 $this->assertTrue($this->
DIC->isDependencyAvailable(
"ctrl"));
Customizing of pimple-DIC for ILIAS.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
testIsDependencyAvailableIfNotAvailable()
testIsDependencyAvailableIfAvailable()