Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

Unit tests for event observers.

Copyright: 2014 onwards Ankit Agarwal <ankit.agrr@gmail.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 634 lines (25 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: tool_monitor_eventobservers_testcase  - X-Ref

Class tool_monitor_eventobservers_testcase

Tests for event observers
setUp()   X-Ref
Set up method.


test_course_deleted()   X-Ref
Test observer for course delete event.


test_flush()   X-Ref
This tests if writing of the events to the table tool_monitor_events is working fine.


test_process_event()   X-Ref
Test the notification sending features.


test_multiple_notification_not_sent()   X-Ref
Test that same events are not used twice to calculate conditions for a single subscription.


run_adhock_tasks()   X-Ref
Run adhoc tasks.


verify_processed_data(phpunit_message_sink $msgsink)   X-Ref
Verify that task was scheduled and a message was sent as expected.

param: phpunit_message_sink $msgsink Message sink

verify_message_not_sent_yet(phpunit_message_sink $msgsink)   X-Ref
Verify that a message was not sent.

param: phpunit_message_sink $msgsink Message sink

test_replace_placeholders()   X-Ref
Tests for replace_placeholders method.


test_user_deleted()   X-Ref
Test observer for user delete event.


test_course_module_deleted()   X-Ref
Test observer for course module delete event.