Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]

(no description)

File Size: 261 lines (11 kb)
Included or required:0 times
Referenced: 5 times
Includes or requires: 0 files

Defines 1 class


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_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.