Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 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 39 and 310]

Events tests.

Copyright: 2014 Mark Nelson <markn@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 365 lines (15 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: mod_data_events_testcase  - X-Ref

setUp()   X-Ref
Test set up.

This is executed before running any test in this file.

test_field_created()   X-Ref
Test the field created event.


test_field_updated()   X-Ref
Test the field updated event.


test_field_deleted()   X-Ref
Test the field deleted event.


test_record_created()   X-Ref
Test the record created event.


test_record_updated()   X-Ref
Test the record updated event.

There is no external API for updating a record, so the unit test will simply create
and trigger the event and ensure the legacy log data is returned as expected.

test_record_deleted()   X-Ref
Test the record deleted event.


test_template_viewed()   X-Ref
Test the template viewed event.

There is no external API for viewing templates, so the unit test will simply create
and trigger the event and ensure the legacy log data is returned as expected.

test_template_updated()   X-Ref
Test the template updated event.

There is no external API for updating a template, so the unit test will simply create
and trigger the event and ensure the legacy log data is returned as expected.