◆ setUp()
ilObjStudyProgrammeCertificateTest::setUp |
( |
| ) |
|
Definition at line 41 of file ilObjStudyProgrammeCertificateTest.php.
References ilPRGProgress\STATUS_COMPLETED, and ilPRGProgress\STATUS_IN_PROGRESS.
47 ->withProgressTree($pgs);
51 ->withProgressTree($pgs);
57 ->withProgressTree($pgs);
62 ->withProgressTree($pgs);
64 $this->assignments = [
65 $ass0, $ass1, $ass2, $ass3
A Progress is the status of a user on a single node of an assignment; it is unique by assignment_id:u...
Assignments are relations of users to a PRG; They hold progress-information for (sub-)nodes of the PR...
◆ testPRGCertificateLatestProgressNoAssignments()
ilObjStudyProgrammeCertificateTest::testPRGCertificateLatestProgressNoAssignments |
( |
| ) |
|
◆ testPRGCertificateLatestProgressUnsuccesfulAssignments()
ilObjStudyProgrammeCertificateTest::testPRGCertificateLatestProgressUnsuccesfulAssignments |
( |
| ) |
|
◆ testPRGCertificateLatestProgressWithMixedAssignments()
ilObjStudyProgrammeCertificateTest::testPRGCertificateLatestProgressWithMixedAssignments |
( |
| ) |
|
◆ testPRGCertificateLatestProgressWithOnlyLimitedAssignments()
ilObjStudyProgrammeCertificateTest::testPRGCertificateLatestProgressWithOnlyLimitedAssignments |
( |
| ) |
|
Definition at line 102 of file ilObjStudyProgrammeCertificateTest.php.
105 $this->assignments[0],
106 $this->assignments[2]
108 $pgs = $this->placeholder_mock->getRelevantProgress(
$assignments);
109 $this->assertEquals($this->assignments[0]->getProgressTree(), $pgs);
◆ testPRGCertificateLatestProgressWithOnlySuccessfulAssignments()
ilObjStudyProgrammeCertificateTest::testPRGCertificateLatestProgressWithOnlySuccessfulAssignments |
( |
| ) |
|
Definition at line 84 of file ilObjStudyProgrammeCertificateTest.php.
87 $this->assignments[0],
88 $this->assignments[2],
91 $pgs = $this->placeholder_mock->getRelevantProgress(
$assignments);
92 $this->assertEquals($this->assignments[3]->getProgressTree(), $pgs);
◆ $assignments
array ilObjStudyProgrammeCertificateTest::$assignments |
|
protected |
◆ $backupGlobals
ilObjStudyProgrammeCertificateTest::$backupGlobals = false |
|
protected |
◆ $placeholder_mock
The documentation for this class was generated from the following file: