Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

Differences Between: [Versions 311 and 403] [Versions 400 and 403] [Versions 401 and 403]

Privacy tests for core_userkey.

Copyright: 2018 Andrew Nicols <andrew@nicols.co.uk>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 356 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: provider_test  - X-Ref

Privacy tests for core_userkey.

test_export_userkeys_no_keys()   X-Ref
Export for a user with no keys in the specified instance will not have any data exported.


test_export_userkeys_basic_key()   X-Ref
Export for a user with a key against a script where no instance is specified.


test_export_userkeys_complex_key()   X-Ref
Export for a user with a key against a script where additional data is specified.


test_export_userkeys_basic_key_without_filter()   X-Ref
Export for a user with a key against a script where no instance is specified.


test_export_userkeys_complex_key_with_filter()   X-Ref
Export for a user with a key against a script where additional data is specified.


test_export_userkeys_multiple_complex_key_with_filter()   X-Ref
Export for a user with keys against multiple scripts where additional data is specified.


test_export_userkeys_multiple_users()   X-Ref
Export for keys against multiple users.


test_delete_all_userkeys_in_script()   X-Ref
Delete for all users in a script.