| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Test api's in message lib.
| Copyright: | 2014 Rajesh Taneja <[email protected]> |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 467 lines (18 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
core_message_messagelib_testcase:: (15 methods):
setUp()
send_fake_message()
test_message_get_blocked_users()
test_message_get_contacts()
test_message_count_messages()
test_message_count_unread_messages()
test_message_count_blocked_users()
test_message_add_contact()
test_message_remove_contact()
test_message_block_contact()
test_message_unblock_contact()
test_message_search_users()
test_message_search()
test_message_get_recent_conversations()
test_message_get_recent_notifications()
Class: core_message_messagelib_testcase - 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!') 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. return: int the id of the message |
| test_message_get_blocked_users() X-Ref |
| Test message_get_blocked_users. |
| test_message_get_contacts() X-Ref |
| Test message_get_contacts. |
| test_message_count_messages() X-Ref |
| Test message_count_messages. |
| test_message_count_unread_messages() X-Ref |
| Test message_count_unread_messages. |
| test_message_count_blocked_users() X-Ref |
| Test message_count_blocked_users. |
| test_message_add_contact() X-Ref |
| Test message_add_contact. |
| test_message_remove_contact() X-Ref |
| Test message_remove_contact. |
| test_message_block_contact() X-Ref |
| Test message_block_contact. |
| test_message_unblock_contact() X-Ref |
| Test message_unblock_contact. |
| test_message_search_users() X-Ref |
| Test message_search_users. |
| test_message_search() X-Ref |
| Test message_search. |
| test_message_get_recent_conversations() X-Ref |
| Test message_get_recent_conversations. |
| test_message_get_recent_notifications() X-Ref |
| Test message_get_recent_notifications. |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |