18 declare(strict_types=1);
31 protected function setUp(): void
38 $this->getMockBuilder(ilSetting::class)->disableOriginalConstructor()->getMock()
55 $DIC[
$name] =
static function (
$c) use ($name) {
63 $testdata[
'ecs_login'] =
'testlogin';
64 $testdata[
'ecs_firstname'] =
'test_firstname';
65 $testdata[
'ecs_lastname'] =
'test_lastname';
67 $testdata[
'ecs_institution'] =
'test_institution';
68 $testdata[
'ecs_email'] =
'test@email.nowhere';
69 $testdata[
'ecs_uid_hash'] =
'test_hash';
72 $this->assertEquals(
'testlogin', $user->getLogin());
setGlobalVariable(string $name, $value)
Customizing of pimple-DIC for ILIAS.
testConstructorWithArray()
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Stores relevant user data.