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.

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

Defines 1 class


Class: core_userkey_privacy_testcase  - 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.