Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Class: messagelib_test  - X-Ref

Test api's in message lib.

setUp()   X-Ref
Test set up.

This is executed before running any test in this file.

send_fake_message($userfrom, $userto, $message = 'Hello world!', $notification = 0, $time = 0)   X-Ref
Send a fake message.

{@link message_send()} does not support transaction, this function will simulate a message
sent from a user to another. We should stop using it once {@link message_send()} will support
transactions. This is not clean at all, this is just used to add rows to the table.

param: \stdClass $userfrom user object of the one sending the message.
param: \stdClass $userto user object of the one receiving the message.
param: string $message message to send.
param: int $notification if the message is a notification.
param: int $time the time the message was sent
return: int the id of the message

test_message_get_blocked_users()   X-Ref
Test message_get_blocked_users throws an exception because has been removed.


test_message_get_contacts()   X-Ref
Test message_get_contacts throws an exception because has been removed.


test_message_count_unread_messages()   X-Ref
Test message_count_unread_messages.
TODO: MDL-69643


test_message_count_unread_messages_with_read_messages()   X-Ref
Test message_count_unread_messages with read messages.


test_message_count_unread_messages_with_deleted_messages()   X-Ref
Test message_count_unread_messages with deleted messages.


test_message_count_unread_messages_with_sent_messages()   X-Ref
Test message_count_unread_messages with sent messages.


test_message_search_users()   X-Ref
Test message_search_users.


test_message_get_messages()   X-Ref
Test message_get_messages.


test_message_get_messages_only_group_conversations()   X-Ref
Test message_get_messages with only group conversations between users.