◆ setUp()
ilStudyProgrammeAutoCategoryTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 30 of file ilStudyProgrammeAutoCategoryTest.php.
30 : void
31 {
32 $this->prg_obj_id = 123;
33 $this->cat_ref_id = 666;
34 $this->usr_id = 6;
35 $this->dat = new DateTimeImmutable('2019-06-05 15:25:12');
36 }
◆ testConstruction()
ilStudyProgrammeAutoCategoryTest::testConstruction |
( |
| ) |
|
Definition at line 38 of file ilStudyProgrammeAutoCategoryTest.php.
39 {
41 $this->prg_obj_id,
42 $this->cat_ref_id,
43 $this->usr_id,
44 $this->dat
45 );
46 $this->assertInstanceOf(
47 ilStudyProgrammeAutoCategory::class,
48 $ac
49 );
50 return $ac;
51 }
Class ilStudyProgrammeAutoCategory.
◆ testGetCategoryRefId()
◆ testGetLastEdited()
◆ testGetLastEditorId()
◆ testGetPrgObjId()
◆ $cat_ref_id
int ilStudyProgrammeAutoCategoryTest::$cat_ref_id |
|
protected |
◆ $dat
DateTimeImmutable ilStudyProgrammeAutoCategoryTest::$dat |
|
protected |
◆ $prg_obj_id
int ilStudyProgrammeAutoCategoryTest::$prg_obj_id |
|
protected |
◆ $usr_id
int ilStudyProgrammeAutoCategoryTest::$usr_id |
|
protected |
The documentation for this class was generated from the following file: