Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

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

Events tests.

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

Defines 1 class


Class: events_test  - 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.

preset_importer_provider()   X-Ref
Data provider for build providers for test_needs_mapping and test_set_affected_fields.

return: array[]

test_importing_events(array $currentfields,array $newfields,array $expected)   X-Ref
Test for needs_mapping method.

param: array $currentfields Fields of the current activity.
param: array $newfields Fields to be imported.
param: array $expected Expected events.