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]

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: 236 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: quizaccess_seb_provider_testcase  - 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.