mirror of
https://github.com/moodle/moodle.git
synced 2025-03-15 05:00:06 +01:00
The changes here are heterogeneous: - Include stuff that is not available (other test has included it). Sometimes local to a unit test, others in setupBeforeClass() or globally, ... depends on every case. - Rename some tests (namespaces, test name, ...) towards getting it running. - Amend small bits here and there. Important note: I've left any "cosmetic" warning out from the changes, only a few errors (like long array syntax) have been fixed.
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) All enrolment modules must extend base class enrol_plugin which is defined in lib/enrollib.php. You can find documentation of each method in the base class.