Privacy provider tests.
Copyright: | 2018 Sara Arjona <sara@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 395 lines (18 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider_test:: (7 methods):
setUp()
test_get_contexts_for_userid()
test_get_users_in_context()
test_export_agreements()
test_export_agreements_for_other()
test_export_created_policies()
add_policy()
Class: provider_test - X-Ref
Privacy provider tests class.setUp() X-Ref |
Setup function. Will create a user. |
test_get_contexts_for_userid() X-Ref |
Test getting the context for the user ID related to this plugin. |
test_get_users_in_context() X-Ref |
Test getting the user IDs within the context related to this plugin. |
test_export_agreements() X-Ref |
No description |
test_export_agreements_for_other() X-Ref |
No description |
test_export_created_policies() X-Ref |
No description |
add_policy($params = []) X-Ref |
Helper method that creates a new policy for testing param: array $params return: policy_version |