See Release Notes
Long Term Support Release
Differences Between: [Versions 39 and 310] [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]
Test message popup API.
Copyright: | 2016 Ryan Wyllie <ryan@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 130 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
message_popup_api_testcase:: (4 methods):
setUp()
test_message_get_popup_notifications()
test_message_get_popup_notifications_all_limit_and_offset()
test_message_count_unread_popup_notifications()
Class: message_popup_api_testcase - X-Ref
Test message popup API.setUp() X-Ref |
Test set up. This is executed before running any test in this file. |
test_message_get_popup_notifications() X-Ref |
Test that the get_popup_notifications function will return the correct notifications. |
test_message_get_popup_notifications_all_limit_and_offset() X-Ref |
Test that the get_popup_notifications function works correctly with limiting and offsetting the result set if requested. |
test_message_count_unread_popup_notifications() X-Ref |
Test count_unread_popup_notifications. |