See Release Notes
Long Term Support Release
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 |
events_test:: (11 methods):
setUp()
test_field_created()
test_field_updated()
test_field_deleted()
test_record_created()
test_record_updated()
test_record_deleted()
test_template_viewed()
test_template_updated()
preset_importer_provider()
test_importing_events()
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. |