mirror of
https://github.com/moodle/moodle.git
synced 2025-03-26 10:32:40 +01:00
Units tests have been adjusted e.g. 'boost' instead of 'clean' in pix urls. Some places I didn't update the test to reflect the boost markup and reset the theme to clean. This is because the test was not testing the markup - but the functionality (e.g. looking for specific structures to indicate an error in a form element).
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.