Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 311 and 401]

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.