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 |
provider_test:: (8 methods):
test_get_contexts_for_userid()
test_get_users_in_context()
test_export_user_data()
test_export_context_data_module_context_only()
test_export_context_data_course_and_module_contexts()
test_delete_data_for_all_users_in_context()
test_delete_data_for_user()
test_delete_data_for_users()
Class: provider_test - X-Ref
Unit tests for course/classes/privacy/policytest_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. |