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