Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

Differences Between: [Versions 310 and 401] [Versions 39 and 401]

(no description)

File Size: 374 lines (14 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


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.