Definition at line 24 of file ilCASSettingsTest.php.
◆ setGlobalVariable()
| ilCASSettingsTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
◆ setUp()
| ilCASSettingsTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 26 of file ilCASSettingsTest.php.
26 : void
27 {
31 'ilSetting',
32 $this->getMockBuilder(ilSetting::class)->disableOriginalConstructor()->getMock()
33 );
34 parent::setUp();
35 }
Customizing of pimple-DIC for ILIAS.
setGlobalVariable(string $name, $value)
References $dic, $GLOBALS, and setGlobalVariable().
The documentation for this class was generated from the following file: