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.

(no description)

File Size: 154 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class


Class: quiz_attempt_deleted_test  - X-Ref

Unit tests for attempt_deleted observer

test_queue_task_on_deletion()   X-Ref
Deleting an attempt should queue the recalculation task for that quiz in 1 hour's time.

return: void

test_queue_single_task_for_multiple_deletions()   X-Ref
Deleting multiple attempts of the same quiz should only queue one instance of the task.

return: void

test_queue_new_task_after_processing()   X-Ref
Deleting another attempt after processing the task should queue a new task.

return: void

test_queue_separate_tasks_for_multiple_quizzes()   X-Ref
Deleting attempts from different quizzes will queue a task for each.

return: void