mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
All privacy_test and privacy_provider_test classes: - Namespaced with component\privacy. - Fixed incorrect use statements with leading backslash. - Changed code to point to global scope when needed. - Renamed a few files to make all be privacy_test or privacy_provider_test.php - All them passing individually. - Complete runs passing too.
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.