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.

Differences Between: [Versions 310 and 311] [Versions 311 and 403] [Versions 39 and 311]

(no description)

File Size: 631 lines (25 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: eventobservers_test  - X-Ref

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