Differences Between: [Versions 311 and 403] [Versions 400 and 403] [Versions 401 and 403]
Privacy provider tests.
Copyright: | 2018 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 558 lines (21 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider_test:: (12 methods):
test_get_contexts_for_userid_no_data()
test_get_contexts_for_userid_no_attempt_with_override()
test_export_user_data_no_data()
test_delete_data_for_user_no_data()
test_user_with_data()
test_user_with_preview()
test_delete_data_for_all_users_in_context()
test_wrong_context()
create_test_quiz()
attempt_quiz()
test_get_users_in_context()
test_delete_data_for_users()
Class: provider_test - X-Ref
Privacy provider tests class.test_get_contexts_for_userid_no_data() X-Ref |
Test that a user who has no data gets no contexts |
test_get_contexts_for_userid_no_attempt_with_override() X-Ref |
Test for provider::get_contexts_for_userid() when there is no quiz attempt at all. |
test_export_user_data_no_data() X-Ref |
The export function should handle an empty contextlist properly. |
test_delete_data_for_user_no_data() X-Ref |
The delete function should handle an empty contextlist properly. |
test_user_with_data() X-Ref |
Export + Delete quiz data for a user who has made a single attempt. |
test_user_with_preview() X-Ref |
Export + Delete quiz data for a user who has made a single attempt. |
test_delete_data_for_all_users_in_context() X-Ref |
Export + Delete quiz data for a user who has made a single attempt. |
test_wrong_context() X-Ref |
Export + Delete quiz data for a user who has made a single attempt. |
create_test_quiz($course) X-Ref |
Create a test quiz for the specified course. param: \stdClass $course return: \stdClass |
attempt_quiz($quiz, $user) X-Ref |
Answer questions for a quiz + user. param: \stdClass $quiz param: \stdClass $user return: array |
test_get_users_in_context() X-Ref |
Test for provider::get_users_in_context(). |
test_delete_data_for_users() X-Ref |
Test for provider::delete_data_for_users(). |