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]

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: 347 lines (13 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.