Differences Between: [Versions 39 and 310]
Privacy provider tests.
Copyright: | 2018 Shamim Rezaie <shamim@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 599 lines (24 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
block_comments_privacy_provider_testcase:: (15 methods):
setUp()
add_comment()
add_comments_block_in_context()
test_get_metadata()
test_get_contexts_for_userid_no_comment()
test_get_contexts_for_userid()
test_export_for_context_no_comment()
test_export_for_context()
test_delete_data_for_all_users_in_context()
test_delete_data_for_all_users_in_context_with_comments_from_other_plugins()
test_delete_data_for_user()
test_delete_data_for_user_with_comments_from_other_plugins()
test_get_users_in_context()
test_delete_data_for_users()
test_delete_data_for_users_with_comments_from_other_plugins()
Class: block_comments_privacy_provider_testcase - X-Ref
Class block_comments_privacy_provider_testcase.setUp() X-Ref |
No description |
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. |
add_comments_block_in_context(context $context) X-Ref |
Creates a comments block on a context. param: context $context The context on which we want to put the block. return: block_base The created block instance. |
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_all_users_in_context_with_comments_from_other_plugins() X-Ref |
Test for provider::delete_data_for_all_users_in_context() when there are also comments from other plugins. |
test_delete_data_for_user() X-Ref |
Test for provider::delete_data_for_user(). |
test_delete_data_for_user_with_comments_from_other_plugins() X-Ref |
Test for provider::delete_data_for_user() when there are also comments from other plugins. |
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. |
test_delete_data_for_users_with_comments_from_other_plugins() X-Ref |
Test for provider::delete_data_for_user() when there are also comments from other plugins. |