mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 05:54:19 +02:00
This includes: - Changing PHPUnit's bootstrap to use https://www... - Modify all existing expectations to the new wwwroot. - Amend some tests now with different defaults because of is_https() - Added a note to main upgrade.php about the change.
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.