Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 401 and 402] [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: 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.