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.

(no description)

File Size: 358 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 api tests.

setUp()   X-Ref
Set up function for tests in this class.


add_comment($text, context $context)   X-Ref
Posts a comment on a given context.

param: string $text The comment's text.
param: context $context The context on which we want to put the comment.

test_get_metadata()   X-Ref
Test for provider::get_metadata().


test_get_contexts_for_userid_no_comment()   X-Ref
Test for provider::get_contexts_for_userid() when user had not posted any comments..


test_get_contexts_for_userid()   X-Ref
Test for provider::get_contexts_for_userid().


test_export_for_context_no_comment()   X-Ref
Test for provider::export_user_data() when the user has not posted any comments.


test_export_for_context()   X-Ref
Test for provider::export_user_data().


test_delete_data_for_all_users_in_context()   X-Ref
Test for provider::delete_data_for_all_users_in_context().


test_delete_data_for_user()   X-Ref
Test for provider::delete_data_for_user().


test_get_users_in_context()   X-Ref
Test that only users within a course context are fetched.


test_delete_data_for_users()   X-Ref
Test that data for users in approved userlist is deleted.