[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/mod/data/tests/ -> events_test.php (summary)

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

mod_data_events_testcase:: (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: 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.



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1