Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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: 475 lines (22 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: core_course_privacy_testcase  - 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.