12 PHPUnit_Framework_Error_Deprecated::$enabled =
false;
16 include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php");
18 ilUnitUtil::performInitialisation();
27 $this->assertEquals($spa->getId(), 123);
37 $this->assertEquals($spa->getRootId(), 321);
46 $this->assertEquals($spa->getUserId(), 321);
55 $this->assertEquals($spa->getLastChangeBy(), 6);
74 $this->assertEquals($spa->getLastChange()->format(
'Y-m-d H:i:s'), $dl->format(
'Y-m-d H:i:s'));
82 $dl = DateTime::createFromFormat(
'Ymd',
'20201001');
84 $this->assertEquals($spa->getRestartDate()->format(
'Ymd'),
'20201001');
95 $this->assertEquals($spa->setRestartedAssignmentId(321)->getRestartedAssignmentId(), 321);
test_root_id()
test_init_and_id
test_last_change_by_invalid()
test_init_and_id ilException
test_restarted_assigment()
test_init_and_id
const NO_RESTARTED_ASSIGNMENT
Class ilStudyProgrammeAssignment.
test_last_change()
test_init_and_id
test_last_change_by()
test_init_and_id
test_user_id()
test_init_and_id
test_restart_date()
test_init_and_id