Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

Privacy tests for core_course.

Copyright: 2018 Adrian Greeve <adrian@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 476 lines (22 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: provider_test  - X-Ref

Unit tests for course/classes/privacy/policy

test_get_contexts_for_userid()   X-Ref
Test getting the appropriate context for the userid. This should only ever
return the user context for the user id supplied.


test_get_users_in_context()   X-Ref
Test fetching users within a context.


test_export_user_data()   X-Ref
Test that user data is exported.


test_export_context_data_module_context_only()   X-Ref
Verify that if a module context is included in the contextlist_collection and its parent course is not, the
export_context_data() call picks this up, and that the contextual course information is included.


test_export_context_data_course_and_module_contexts()   X-Ref
Verify that if a module context and its parent course context are both included in the contextlist_collection, that course
contextual information is present in the export.


test_delete_data_for_all_users_in_context()   X-Ref
Test deleting all user data for one context.


test_delete_data_for_user()   X-Ref
Test deleting data for only one user.


test_delete_data_for_users()   X-Ref
Test deleting data within a context for an approved userlist.