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 401 and 402] [Versions 401 and 403]

Unit tests for workshop events.

Copyright: 2013 Adrian Greeve <adrian@moodle.com>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 321 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 mod/workshop/tests/fixtures/testable.php

Defines 1 class


Class: events_test  - X-Ref

Test cases for the internal workshop api

setUp()   X-Ref
Set up the testing environment.


tearDown()   X-Ref
No description

test_phase_switched_event()   X-Ref
This event is triggered in view.php and workshop/lib.php through the function workshop_cron().


test_assessment_evaluated()   X-Ref
No description

test_assessment_reevaluated()   X-Ref
No description

test_aggregate_grades_reset_event()   X-Ref
There is no api involved so the best we can do is test legacy data by triggering event manually.


test_instances_list_viewed_event()   X-Ref
There is no api involved so the best we can do is test legacy data by triggering event manually.


test_submission_created_event()   X-Ref
There is no api involved so the best we can do is test legacy data by triggering event manually.


test_submission_updated_event()   X-Ref
There is no api involved so the best we can do is test legacy data by triggering event manually.


test_submission_viewed_event()   X-Ref
There is no api involved so the best we can do is test legacy data by triggering event manually.