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.

Differences Between: [Versions 39 and 310]

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

Defines 1 class


Class: mod_quiz_privacy_provider_testcase  - 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: array

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().