Class ilSessionTest.
More...
Class ilSessionTest.
Definition at line 28 of file ilLDAPServerTest.php.
◆ getLanguageMock()
ilLDAPServerTest::getLanguageMock |
( |
| ) |
|
|
protected |
- Returns
- MockObject|ilLanguage
Definition at line 73 of file ilLDAPServerTest.php.
References $data, $DIC, $ilDB, $lng, $res, $server, and null.
Referenced by setUp().
76 ->getMockBuilder(ilLanguage::class)
77 ->disableOriginalConstructor()
78 ->onlyMethods([
'txt',
'getInstalledLanguages',
'loadLanguageModule'])
◆ setGlobalVariable()
ilLDAPServerTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
◆ setUp()
ilLDAPServerTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 32 of file ilLDAPServerTest.php.
References $dic, $GLOBALS, getLanguageMock(), and setGlobalVariable().
40 $this->getMockBuilder(ilDBInterface::class)->disableAutoReturnValueGeneration()->getMock()
45 $this->getMockBuilder(\
ILIAS\Administration\Setting::class)->getMock()
49 $this->getMockBuilder(ilErrorHandling::class)->disableOriginalConstructor()->getMock()
Interface Observer Contains several chained tasks and infos about them.
Customizing of pimple-DIC for ILIAS.
setGlobalVariable(string $name, $value)
◆ $dic
The documentation for this class was generated from the following file: