Privacy tests for core_comment.
Copyright: | 2018 Adrian Greeve <adrian@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 436 lines (19 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
provider_test:: (7 methods):
setUp()
test_export_comments()
test_delete_comments_for_all_users()
test_delete_comments_for_all_users_select()
test_delete_comments_for_user()
test_delete_comments_for_users()
get_comment_object()
Class: provider_test - X-Ref
Unit tests for comment/classes/privacy/policysetUp() X-Ref |
No description |
test_export_comments() X-Ref |
Check the exporting of comments for a user id in a context. |
test_delete_comments_for_all_users() X-Ref |
Tests the deletion of all comments in a context. |
test_delete_comments_for_all_users_select() X-Ref |
Tests the deletion of all comments in a context. |
test_delete_comments_for_user() X-Ref |
Tests deletion of comments for a specified user and contexts. |
test_delete_comments_for_users() X-Ref |
Tests deletion of comments for a specified userlist and context. |
get_comment_object($context, $course) X-Ref |
Creates a comment object param: context $context A context object. param: stdClass $course A course object. return: comment The comment object. |