◆ testSuccessCreate()
ilStudyProgrammeTypeSettingsTest::testSuccessCreate |
( |
| ) |
|
◆ testSuccessfulWithTypeId()
ilStudyProgrammeTypeSettingsTest::testSuccessfulWithTypeId |
( |
| ) |
|
Definition at line 35 of file ilStudyProgrammeTypeSettingsTest.php.
35 : void
36 {
38
39 $new = $obj->withTypeId(self::VALID_TYPE_2);
40
41 $this->assertEquals(self::VALID_TYPE_1, $obj->getTypeId());
42 $this->assertEquals(self::VALID_TYPE_2, $new->getTypeId());
43 }
◆ VALID_TYPE_1
const ilStudyProgrammeTypeSettingsTest::VALID_TYPE_1 = 11 |
|
private |
◆ VALID_TYPE_2
const ilStudyProgrammeTypeSettingsTest::VALID_TYPE_2 = 22 |
|
private |
The documentation for this class was generated from the following file: