33 protected function setUp(): void
40 $this->assertFalse($this->
DIC->isDependencyAvailable(
"ctrl"));
45 $this->
DIC[
"ilCtrl"] = $this->getMockBuilder(\ilCtrl::class)
46 ->disableOriginalConstructor()
49 $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()