ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
TestCase for the assignment of users to a programme. More...
Protected Member Functions | |
setUp () | |
tearDown () | |
newUser () | |
Protected Attributes | |
$backupGlobals = false | |
TestCase for the assignment of users to a programme.
needsInstalledILIAS
Definition at line 17 of file ilStudyProgrammeUserAssignmentTest.php.
|
protected |
Definition at line 63 of file ilStudyProgrammeUserAssignmentTest.php.
Referenced by testDeassignRemovesEntriesInPrgUsrAssignment(), testDeleteOfProgrammeRemovesEntriesInPrgUsrAssignment(), testGetAmountOfAssignments(), testGetAssignments(), testGetAssignmentsOf(), testHasAssignmentOf(), testNoAssignementWhenNotCreated(), testNoAssignmentWhenDraft(), testNoAssignmentWhenOutdated(), testNoRestartDate(), testRemoveAssignment1(), testRemoveAssignment2(), testRemoveOnRootNodeOnly1(), testRemoveOnRootNodeOnly2(), testRestartDate(), testRstartAssignment(), and testUserId().
|
protected |
Definition at line 21 of file ilStudyProgrammeUserAssignmentTest.php.
References $DIC, Vendor\Package\$e, and ilObjStudyProgramme\createInstance().
|
protected |
Definition at line 55 of file ilStudyProgrammeUserAssignmentTest.php.
ilStudyProgrammeUserAssignmentTest::testDeassignRemovesEntriesInPrgUsrAssignment | ( | ) |
Definition at line 336 of file ilStudyProgrammeUserAssignmentTest.php.
References $DIC, $ilDB, $res, newUser(), ilStudyProgrammeSettings\STATUS_ACTIVE, and ilStudyProgrammeAssignmentDBRepository\TABLE.
ilStudyProgrammeUserAssignmentTest::testDeleteOfProgrammeRemovesEntriesInPrgUsrAssignment | ( | ) |
Definition at line 315 of file ilStudyProgrammeUserAssignmentTest.php.
References $DIC, $ilDB, $res, newUser(), ilStudyProgrammeSettings\STATUS_ACTIVE, and ilStudyProgrammeAssignmentDBRepository\TABLE.
ilStudyProgrammeUserAssignmentTest::testGetAmountOfAssignments | ( | ) |
Definition at line 127 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser(), and ilStudyProgrammeSettings\STATUS_ACTIVE.
ilStudyProgrammeUserAssignmentTest::testGetAssignments | ( | ) |
Definition at line 239 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser(), and ilStudyProgrammeSettings\STATUS_ACTIVE.
ilStudyProgrammeUserAssignmentTest::testGetAssignmentsOf | ( | ) |
Definition at line 158 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser(), and ilStudyProgrammeSettings\STATUS_ACTIVE.
ilStudyProgrammeUserAssignmentTest::testHasAssignmentOf | ( | ) |
Definition at line 110 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser(), and ilStudyProgrammeSettings\STATUS_ACTIVE.
ilStudyProgrammeUserAssignmentTest::testNoAssignementWhenNotCreated | ( | ) |
Definition at line 95 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser().
ilStudyProgrammeUserAssignmentTest::testNoAssignmentWhenDraft | ( | ) |
Definition at line 73 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser(), and ilStudyProgrammeSettings\STATUS_DRAFT.
ilStudyProgrammeUserAssignmentTest::testNoAssignmentWhenOutdated | ( | ) |
Definition at line 83 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser(), and ilStudyProgrammeSettings\STATUS_OUTDATED.
ilStudyProgrammeUserAssignmentTest::testNoRestartDate | ( | ) |
Definition at line 258 of file ilStudyProgrammeUserAssignmentTest.php.
References ilObjStudyProgramme\createInstance(), newUser(), and ilStudyProgrammeSettings\STATUS_ACTIVE.
ilStudyProgrammeUserAssignmentTest::testRemoveAssignment1 | ( | ) |
Definition at line 217 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser(), and ilStudyProgrammeSettings\STATUS_ACTIVE.
ilStudyProgrammeUserAssignmentTest::testRemoveAssignment2 | ( | ) |
Definition at line 228 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser(), and ilStudyProgrammeSettings\STATUS_ACTIVE.
ilStudyProgrammeUserAssignmentTest::testRemoveOnRootNodeOnly1 | ( | ) |
Definition at line 194 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser(), and ilStudyProgrammeSettings\STATUS_ACTIVE.
ilStudyProgrammeUserAssignmentTest::testRemoveOnRootNodeOnly2 | ( | ) |
Definition at line 207 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser(), and ilStudyProgrammeSettings\STATUS_ACTIVE.
ilStudyProgrammeUserAssignmentTest::testRestartDate | ( | ) |
Definition at line 283 of file ilStudyProgrammeUserAssignmentTest.php.
References ilObjStudyProgramme\createInstance(), newUser(), and ilStudyProgrammeSettings\STATUS_ACTIVE.
ilStudyProgrammeUserAssignmentTest::testRstartAssignment | ( | ) |
Definition at line 354 of file ilStudyProgrammeUserAssignmentTest.php.
References ilObjStudyProgramme\createInstance(), newUser(), ilStudyProgrammeAssignment\NO_RESTARTED_ASSIGNMENT, ilStudyProgrammeSettings\STATUS_ACTIVE, ilStudyProgrammeProgress\STATUS_FAILED, and ilStudyProgrammeProgress\STATUS_IN_PROGRESS.
ilStudyProgrammeUserAssignmentTest::testUserId | ( | ) |
Definition at line 102 of file ilStudyProgrammeUserAssignmentTest.php.
References newUser(), and ilStudyProgrammeSettings\STATUS_ACTIVE.
|
protected |
Definition at line 19 of file ilStudyProgrammeUserAssignmentTest.php.