|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilStudyProgrammeSettingsRepositoryTest:
Collaboration diagram for ilStudyProgrammeSettingsRepositoryTest:Public Member Functions | |
| test_init () | |
| testPRGRepoCreate ($repo) | |
| @depends test_init More... | |
| testPRGRepoEditAndUpdate () | |
| @depends test_create More... | |
| testPRGRepoDelete () | |
| @depends test_edit_and_update More... | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| $backupGlobals = false | |
Static Protected Attributes | |
| static | $created |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning @group needsInstalledILIAS
Definition at line 24 of file ilStudyProgrammeSettingsRepositoryTest.php.
|
protected |
Definition at line 29 of file ilStudyProgrammeSettingsRepositoryTest.php.
References $DIC, Vendor\Package\$e, and ILIAS\LTI\ToolProvider\$enabled.
| ilStudyProgrammeSettingsRepositoryTest::test_init | ( | ) |
Definition at line 48 of file ilStudyProgrammeSettingsRepositoryTest.php.
| ilStudyProgrammeSettingsRepositoryTest::testPRGRepoCreate | ( | $repo | ) |
@depends test_init
Definition at line 61 of file ilStudyProgrammeSettingsRepositoryTest.php.
References ilStudyProgrammeSettings\DEFAULT_POINTS, ilStudyProgrammeSettings\DEFAULT_SUBTYPE, ilStudyProgrammeSettings\MODE_UNDEFINED, ilStudyProgrammeSettings\NO_RESTART, ilStudyProgrammeSettings\NO_VALIDITY_OF_QUALIFICATION_PERIOD, and ilStudyProgrammeSettings\STATUS_DRAFT.
| ilStudyProgrammeSettingsRepositoryTest::testPRGRepoDelete | ( | ) |
@depends test_edit_and_update
Definition at line 159 of file ilStudyProgrammeSettingsRepositoryTest.php.
References ilStudyProgrammeSettings\MODE_POINTS, and ilStudyProgrammeSettings\STATUS_ACTIVE.
| ilStudyProgrammeSettingsRepositoryTest::testPRGRepoEditAndUpdate | ( | ) |
@depends test_create
Definition at line 78 of file ilStudyProgrammeSettingsRepositoryTest.php.
References ilStudyProgrammeSettingsDBRepository\clearCache(), ilStudyProgrammeSettings\DEFAULT_POINTS, ilStudyProgrammeSettings\DEFAULT_SUBTYPE, ilStudyProgrammeSettings\MODE_POINTS, ilStudyProgrammeSettings\MODE_UNDEFINED, ilStudyProgrammeSettings\NO_RESTART, ilStudyProgrammeSettings\NO_VALIDITY_OF_QUALIFICATION_PERIOD, ilStudyProgrammeSettings\STATUS_ACTIVE, and ilStudyProgrammeSettings\STATUS_DRAFT.
Here is the call graph for this function:
|
protected |
Definition at line 26 of file ilStudyProgrammeSettingsRepositoryTest.php.
|
staticprotected |
Definition at line 27 of file ilStudyProgrammeSettingsRepositoryTest.php.