◆ test_createObject_full()
| ilIndividualAssessmentInfoSettingsTest::test_createObject_full |
( |
| ) |
|
Definition at line 40 of file ilIndividualAssessmentInfoSettingsTest.php.
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());
◆ test_createObject_simple()
| ilIndividualAssessmentInfoSettingsTest::test_createObject_simple |
( |
| ) |
|
Definition at line 26 of file ilIndividualAssessmentInfoSettingsTest.php.
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());
◆ test_to_form_input()
| ilIndividualAssessmentInfoSettingsTest::test_to_form_input |
( |
| ) |
|
Definition at line 61 of file ilIndividualAssessmentInfoSettingsTest.php.
References Vendor\Package\$f, $lng, and ILIAS\UI\examples\Layout\Page\Standard\$refinery.
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...
The documentation for this class was generated from the following file: