Differences Between: [Versions 311 and 402] [Versions 311 and 403]
PHPUnit tests for privacy provider.
Author: | Andrew Madden <andrewmadden@catalyst-au.net> |
Copyright: | 2020 Catalyst IT |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 238 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file mod/quiz/accessrule/seb/tests/test_helper_trait.php |
Class: provider_test - X-Ref
PHPUnit tests for privacy provider.setup_test_data() X-Ref |
Setup the user, the quiz and ensure that the user is the last user to modify the SEB quiz settings. |
test_get_contexts_for_userid() X-Ref |
Test that the module context for a user who last modified the module is retrieved. |
test_get_no_contexts_for_userid() X-Ref |
That that no module context is found for a user who has not modified any quiz settings. |
test_export_user_data() X-Ref |
Test that user data is exported in format expected. |
test_get_users_in_context() X-Ref |
Test that a userlist with module context is populated by usermodified user. |
test_delete_data_for_users() X-Ref |
Test that data is deleted for a list of users. |
test_delete_data_for_user() X-Ref |
Test that data is deleted for a list of contexts. |
test_delete_data_for_all_users_in_context() X-Ref |
Test that data is deleted for a single context. |