Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 310]

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: 317 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: mod_workshop_events_testcase  - 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.