Differences Between: [Versions 400 and 401] [Versions 400 and 402] [Versions 400 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: | 363 lines (15 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
events_test:: (9 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()
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. |