Tests for privacy functions.
Copyright: | 2018 Adrian Greeve |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later. |
File Size: | 320 lines (15 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider_test:: (7 methods):
create_stats()
test_get_contexts_for_userid()
test_export_user_data()
test_delete_data_for_all_users_in_context()
test_delete_data_for_user()
test_get_users_in_context()
test_delete_data_for_users()
Class: provider_test - X-Ref
Privacy provider test for report_stats.create_stats($courseid, $userid, $table) X-Ref |
Convenience function to create stats. param: int $courseid Course ID for this record. param: int $userid User ID for this record. param: string $table Stat table to insert into. |
test_get_contexts_for_userid() X-Ref |
Get all of the contexts related to a user and stat tables. |
test_export_user_data() X-Ref |
Test that stat data is exported as required. |
test_delete_data_for_all_users_in_context() X-Ref |
Test that stat data is deleted for a whole context. |
test_delete_data_for_user() X-Ref |
Test that stats are deleted for one 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. |