3declare(strict_types=1);
21use PHPUnit\Framework\TestCase;
30 protected DateTimeImmutable
$dat;
32 protected function setUp(): void
34 $this->prg_obj_id = 123;
36 $this->source_id = 666;
39 $this->dat =
new DateTimeImmutable(
'2019-06-05 15:25:12');
52 $this->assertInstanceOf(
53 ilStudyProgrammeAutoMembershipSource::class,
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
testGetPrgObjId(ilStudyProgrammeAutoMembershipSource $ams)
@depends testConstruction
testGetSourceId(ilStudyProgrammeAutoMembershipSource $ams)
@depends testConstruction
testGetSourceType(ilStudyProgrammeAutoMembershipSource $ams)
@depends testConstruction
testGetLastEdited(ilStudyProgrammeAutoMembershipSource $ams)
@depends testConstruction
testGetLastEditorId(ilStudyProgrammeAutoMembershipSource $ams)
@depends testConstruction