Differences Between: [Versions 310 and 311] [Versions 39 and 311]
(no description)
File Size: | 374 lines (14 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
search_sent_test:: (9 methods):
setUp()
test_message_sent_indexing()
test_message_sent_indexing_contexts()
recordset_to_subjects()
test_message_sent_document()
test_message_sent_access()
test_message_sent_deleted_user()
test_get_doc_icon()
test_get_category_names()
Class: search_sent_test - X-Ref
Provides the unit tests for sent message global search.setUp() X-Ref |
Setting up the test environment return: void |
test_message_sent_indexing() X-Ref |
Indexing messages contents. return: void |
test_message_sent_indexing_contexts() X-Ref |
Indexing messages, with restricted contexts. |
recordset_to_subjects(\moodle_recordset $rs) X-Ref |
Utility function to convert recordset to array of message subjects for testing. param: moodle_recordset $rs Recordset to convert (and close) return: array Array of IDs from records indexed by number (0, 1, 2, ...) |
test_message_sent_document() X-Ref |
Document contents. return: void |
test_message_sent_access() X-Ref |
Document accesses. return: void |
test_message_sent_deleted_user() X-Ref |
Test sent deleted user. Tests the case where a sent message for a deleted user is attempted to be added to the index. return: void |
test_get_doc_icon() X-Ref |
Test document icon. |
test_get_category_names() X-Ref |
Test assigned search categories. |