3declare(strict_types=1);
21use PHPUnit\Framework\TestCase;
28 protected DateTimeImmutable
$dat;
30 protected function setUp(): void
32 $this->prg_obj_id = 123;
33 $this->cat_ref_id = 666;
35 $this->dat =
new DateTimeImmutable(
'2019-06-05 15:25:12');
46 $this->assertInstanceOf(
47 ilStudyProgrammeAutoCategory::class,
testGetLastEditorId(ilStudyProgrammeAutoCategory $ac)
@depends testConstruction
testGetPrgObjId(ilStudyProgrammeAutoCategory $ac)
@depends testConstruction
testGetCategoryRefId(ilStudyProgrammeAutoCategory $ac)
@depends testConstruction
testGetLastEdited(ilStudyProgrammeAutoCategory $ac)
@depends testConstruction
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...