ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Protected Member Functions | |
getUserIdAndNow () | |
Definition at line 3 of file ilStudyProgrammeProgressTest.php.
|
protected |
Definition at line 5 of file ilStudyProgrammeProgressTest.php.
Referenced by test_completion(), testMarkNotFailed(), and testWithLastChange().
ilStudyProgrammeProgressTest::status | ( | ) |
Definition at line 71 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\STATUS_ACCREDITED, ilStudyProgrammeProgress\STATUS_COMPLETED, ilStudyProgrammeProgress\STATUS_FAILED, ilStudyProgrammeProgress\STATUS_IN_PROGRESS, and ilStudyProgrammeProgress\STATUS_NOT_RELEVANT.
ilStudyProgrammeProgressTest::test_amount_of_points | ( | ) |
test_init_and_id
Definition at line 47 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_amount_of_points_invalid | ( | ) |
test_init_and_id
Definition at line 56 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_assignment_date | ( | ) |
test_init_and_id
Definition at line 115 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_assignment_id | ( | ) |
test_init_and_id
Definition at line 20 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_completion | ( | ) |
test_init_and_id
Definition at line 125 of file ilStudyProgrammeProgressTest.php.
References getUserIdAndNow().
ilStudyProgrammeProgressTest::test_current_amount_of_points | ( | ) |
test_init_and_id
Definition at line 65 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_deadline | ( | ) |
test_init_and_id
Definition at line 141 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_init_and_id | ( | ) |
Definition at line 10 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_invalidate | ( | ) |
test_vq_date
Definition at line 172 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_invalidate_non_expired_1 | ( | ) |
test_vq_date
Definition at line 186 of file ilStudyProgrammeProgressTest.php.
References add().
ilStudyProgrammeProgressTest::test_invalidate_non_expired_2 | ( | ) |
test_vq_date
Definition at line 196 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_node_id | ( | ) |
test_init_and_id
Definition at line 29 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_status | ( | $status | ) |
status
Definition at line 86 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_status_invalid | ( | ) |
test_init_and_id
Definition at line 95 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_user_id | ( | ) |
test_init_and_id
Definition at line 38 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::test_vq_date | ( | ) |
test_init_and_id
Definition at line 151 of file ilStudyProgrammeProgressTest.php.
ilStudyProgrammeProgressTest::testAllowedTransitionsForAccredited | ( | $status | ) |
status
Definition at line 391 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\STATUS_ACCREDITED, ilStudyProgrammeProgress\STATUS_COMPLETED, ilStudyProgrammeProgress\STATUS_FAILED, ilStudyProgrammeProgress\STATUS_IN_PROGRESS, and ilStudyProgrammeProgress\STATUS_NOT_RELEVANT.
ilStudyProgrammeProgressTest::testAllowedTransitionsForCompleted | ( | $status | ) |
status
Definition at line 410 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\STATUS_COMPLETED, and ilStudyProgrammeProgress\STATUS_IN_PROGRESS.
ilStudyProgrammeProgressTest::testAllowedTransitionsForFailed | ( | $status | ) |
status
Definition at line 426 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\STATUS_COMPLETED, ilStudyProgrammeProgress\STATUS_FAILED, ilStudyProgrammeProgress\STATUS_IN_PROGRESS, and ilStudyProgrammeProgress\STATUS_NOT_RELEVANT.
ilStudyProgrammeProgressTest::testAllowedTransitionsForInProgress | ( | $status | ) |
status
Definition at line 372 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\STATUS_ACCREDITED, ilStudyProgrammeProgress\STATUS_COMPLETED, ilStudyProgrammeProgress\STATUS_FAILED, ilStudyProgrammeProgress\STATUS_IN_PROGRESS, and ilStudyProgrammeProgress\STATUS_NOT_RELEVANT.
ilStudyProgrammeProgressTest::testAllowedTransitionsForIrrelevant | ( | $status | ) |
status
Definition at line 444 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\STATUS_IN_PROGRESS, and ilStudyProgrammeProgress\STATUS_NOT_RELEVANT.
ilStudyProgrammeProgressTest::testHasValidQualification | ( | ) |
Definition at line 211 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\STATUS_COMPLETED, and ilStudyProgrammeProgress\STATUS_IN_PROGRESS.
ilStudyProgrammeProgressTest::testIndividualPlan | ( | ilStudyProgrammeProgress | $spp | ) |
test_init_and_id
Definition at line 161 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\hasIndividualModifications(), and ilStudyProgrammeProgress\withIndividualModifications().
ilStudyProgrammeProgressTest::testIsSuccessful | ( | $status, | |
$success | |||
) |
status
Definition at line 205 of file ilStudyProgrammeProgressTest.php.
References $success.
ilStudyProgrammeProgressTest::testMarkAccredited | ( | ) |
Definition at line 308 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\DATE_FORMAT, and ilStudyProgrammeProgress\STATUS_ACCREDITED.
ilStudyProgrammeProgressTest::testMarkFailed | ( | ) |
Definition at line 269 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\DATE_FORMAT, and ilStudyProgrammeProgress\STATUS_FAILED.
ilStudyProgrammeProgressTest::testMarkNotFailed | ( | ) |
Definition at line 289 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\DATE_FORMAT, getUserIdAndNow(), and ilStudyProgrammeProgress\STATUS_IN_PROGRESS.
ilStudyProgrammeProgressTest::testMarkNotRelevant | ( | ) |
Definition at line 249 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\DATE_FORMAT, and ilStudyProgrammeProgress\STATUS_NOT_RELEVANT.
ilStudyProgrammeProgressTest::testMarkRelevant | ( | ) |
Definition at line 229 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\DATE_FORMAT, and ilStudyProgrammeProgress\STATUS_IN_PROGRESS.
ilStudyProgrammeProgressTest::testSucceed | ( | ) |
Definition at line 349 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\DATE_FORMAT, and ilStudyProgrammeProgress\STATUS_COMPLETED.
ilStudyProgrammeProgressTest::testUnmarkAccredited | ( | ) |
Definition at line 328 of file ilStudyProgrammeProgressTest.php.
References ilStudyProgrammeProgress\DATE_FORMAT, and ilStudyProgrammeProgress\STATUS_IN_PROGRESS.
ilStudyProgrammeProgressTest::testWithLastChange | ( | ) |
test_init_and_id
Definition at line 104 of file ilStudyProgrammeProgressTest.php.
References getUserIdAndNow().