7 public function setUp() : void
9 PHPUnit_Framework_Error_Deprecated::$enabled =
false;
10 $this->prg_obj_id = 123;
11 $this->cat_ref_id = 666;
13 $this->dat =
new DateTimeImmutable(
'2019-06-05 15:25:12');
24 $this->assertInstanceOf(
25 ilStudyProgrammeAutoCategory::class,
49 $ac->getCategoryRefId()
60 $ac->getLastEditorId()
An exception for terminatinating execution or to throw for unit testing.
testGetLastEditorId($ac)
@depends testConstruction
testGetPrgObjId($ac)
@depends testConstruction
testGetLastEdited($ac)
@depends testConstruction
testGetCategoryRefId($ac)
@depends testConstruction
Class ilStudyProgrammeAutoCategory.