|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
TestCase for the learning progress of users at a programme. More...
Inheritance diagram for ilStudyProgrammeLPTest:
Collaboration diagram for ilStudyProgrammeLPTest:Public Member Functions | |
| testInitialLPActive () | |
| testInitialLPDraft () | |
| testInitialProgressOutdated () | |
| testMarkAccredited () | |
| testUnmarkAccredited () | |
| testMarkNotRelevant () | |
| testNewNodesAreNotRelevant () | |
Protected Member Functions | |
| setUp () | |
| tearDown () | |
| newUser () | |
| setAllNodesActive () | |
| assignNewUserToRoot () | |
Protected Attributes | |
| $backupGlobals = FALSE | |
TestCase for the learning progress of users at a programme.
Definition at line 14 of file ilStudyProgrammeLPTest.php.
|
protected |
Definition at line 65 of file ilStudyProgrammeLPTest.php.
References newUser().
Referenced by testInitialLPActive(), testInitialLPDraft(), testInitialProgressOutdated(), testMarkAccredited(), testMarkNotRelevant(), testNewNodesAreNotRelevant(), and testUnmarkAccredited().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 53 of file ilStudyProgrammeLPTest.php.
Referenced by assignNewUserToRoot(), testMarkAccredited(), testMarkNotRelevant(), and testUnmarkAccredited().
Here is the caller graph for this function:
|
protected |
Definition at line 59 of file ilStudyProgrammeLPTest.php.
References ilStudyProgramme\STATUS_ACTIVE.
Referenced by testInitialLPActive(), testMarkAccredited(), testMarkNotRelevant(), testNewNodesAreNotRelevant(), and testUnmarkAccredited().
Here is the caller graph for this function:
|
protected |
Definition at line 17 of file ilStudyProgrammeLPTest.php.
References $ilUser, and ilObjStudyProgramme\createInstance().
Here is the call graph for this function:
|
protected |
Definition at line 47 of file ilStudyProgrammeLPTest.php.
| ilStudyProgrammeLPTest::testInitialLPActive | ( | ) |
Definition at line 70 of file ilStudyProgrammeLPTest.php.
References ilLPStatusWrapper\_determineStatus(), assignNewUserToRoot(), ilLPStatus\LP_STATUS_IN_PROGRESS_NUM, and setAllNodesActive().
Here is the call graph for this function:| ilStudyProgrammeLPTest::testInitialLPDraft | ( | ) |
Definition at line 89 of file ilStudyProgrammeLPTest.php.
References ilLPStatusWrapper\_determineStatus(), assignNewUserToRoot(), ilLPStatus\LP_STATUS_IN_PROGRESS_NUM, ilLPStatus\LP_STATUS_NOT_ATTEMPTED_NUM, ilStudyProgramme\STATUS_ACTIVE, and ilStudyProgramme\STATUS_DRAFT.
Here is the call graph for this function:| ilStudyProgrammeLPTest::testInitialProgressOutdated | ( | ) |
Definition at line 111 of file ilStudyProgrammeLPTest.php.
References ilLPStatusWrapper\_determineStatus(), assignNewUserToRoot(), ilLPStatus\LP_STATUS_IN_PROGRESS_NUM, ilLPStatus\LP_STATUS_NOT_ATTEMPTED_NUM, ilStudyProgramme\STATUS_ACTIVE, and ilStudyProgramme\STATUS_OUTDATED.
Here is the call graph for this function:| ilStudyProgrammeLPTest::testMarkAccredited | ( | ) |
Definition at line 133 of file ilStudyProgrammeLPTest.php.
References ilLPStatusWrapper\_determineStatus(), assignNewUserToRoot(), ilLPStatus\LP_STATUS_COMPLETED_NUM, ilLPStatus\LP_STATUS_IN_PROGRESS_NUM, newUser(), and setAllNodesActive().
Here is the call graph for this function:| ilStudyProgrammeLPTest::testMarkNotRelevant | ( | ) |
Definition at line 188 of file ilStudyProgrammeLPTest.php.
References ilLPStatusWrapper\_determineStatus(), assignNewUserToRoot(), ilLPStatus\LP_STATUS_IN_PROGRESS_NUM, ilLPStatus\LP_STATUS_NOT_ATTEMPTED_NUM, newUser(), and setAllNodesActive().
Here is the call graph for this function:| ilStudyProgrammeLPTest::testNewNodesAreNotRelevant | ( | ) |
Definition at line 212 of file ilStudyProgrammeLPTest.php.
References ilLPStatusWrapper\_determineStatus(), assignNewUserToRoot(), ilObjStudyProgramme\createInstance(), ilLPStatus\LP_STATUS_NOT_ATTEMPTED_NUM, and setAllNodesActive().
Here is the call graph for this function:| ilStudyProgrammeLPTest::testUnmarkAccredited | ( | ) |
Definition at line 158 of file ilStudyProgrammeLPTest.php.
References ilLPStatusWrapper\_determineStatus(), assignNewUserToRoot(), ilLPStatus\LP_STATUS_COMPLETED_NUM, ilLPStatus\LP_STATUS_IN_PROGRESS_NUM, newUser(), and setAllNodesActive().
Here is the call graph for this function:
|
protected |
Definition at line 15 of file ilStudyProgrammeLPTest.php.