◆ testSuccessCreate()
ilStudyProgrammeTypeSettingsTest::testSuccessCreate |
( |
| ) |
|
◆ testSuccessfulWithTypeId()
ilStudyProgrammeTypeSettingsTest::testSuccessfulWithTypeId |
( |
| ) |
|
Definition at line 21 of file ilStudyProgrammeTypeSettingsTest.php.
21 : void
22 {
24
25 $new = $obj->withTypeId(self::VALID_TYPE_2);
26
27 $this->assertEquals(self::VALID_TYPE_1, $obj->getTypeId());
28 $this->assertEquals(self::VALID_TYPE_2, $new->getTypeId());
29 }
◆ VALID_TYPE_1
const ilStudyProgrammeTypeSettingsTest::VALID_TYPE_1 = 11 |
◆ VALID_TYPE_2
const ilStudyProgrammeTypeSettingsTest::VALID_TYPE_2 = 22 |
The documentation for this class was generated from the following file: