Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 402] [Versions 311 and 403]

PHPUnit tests for privacy provider.

Author: Andrew Madden <andrewmadden@catalyst-au.net>
Copyright: 2020 Catalyst IT
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 238 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 mod/quiz/accessrule/seb/tests/test_helper_trait.php

Defines 1 class


Class: provider_test  - X-Ref

PHPUnit tests for privacy provider.

setup_test_data()   X-Ref
Setup the user, the quiz and ensure that the user is the last user to modify the SEB quiz settings.


test_get_contexts_for_userid()   X-Ref
Test that the module context for a user who last modified the module is retrieved.


test_get_no_contexts_for_userid()   X-Ref
That that no module context is found for a user who has not modified any quiz settings.


test_export_user_data()   X-Ref
Test that user data is exported in format expected.


test_get_users_in_context()   X-Ref
Test that a userlist with module context is populated by usermodified user.


test_delete_data_for_users()   X-Ref
Test that data is deleted for a list of users.


test_delete_data_for_user()   X-Ref
Test that data is deleted for a list of contexts.


test_delete_data_for_all_users_in_context()   X-Ref
Test that data is deleted for a single context.