3 declare(strict_types=1);
    30         $this->assertInstanceOf(ilIndividualAssessmentInfoSettings::class, $obj);
    32         $this->assertEquals(22, $obj->getObjId());
    33         $this->assertNull($obj->getContact());
    34         $this->assertNull($obj->getResponsibility());
    35         $this->assertNull($obj->getPhone());
    36         $this->assertNull($obj->getMails());
    37         $this->assertNull($obj->getConsultationHours());
    51         $this->assertInstanceOf(ilIndividualAssessmentInfoSettings::class, $obj);
    53         $this->assertEquals(33, $obj->getObjId());
    54         $this->assertEquals(
"contact", $obj->getContact());
    55         $this->assertEquals(
"responsibility", $obj->getResponsibility());
    56         $this->assertEquals(
"phone", $obj->getPhone());
    57         $this->assertEquals(
"mails", $obj->getMails());
    58         $this->assertEquals(
"consultation_hours", $obj->getConsultationHours());
    63         $lng = $this->createMock(ilLanguage::class);
    64         $lng->expects($this->atLeastOnce())
    88         $input = $settings->toFormInput(
    94         $this->assertInstanceOf(Section::class, $input);
 
Interface Observer  Contains several chained tasks and infos about them. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
test_createObject_simple()