Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

(no description)

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

Defines 1 class

check_recordings_task_test:: (4 methods):
  setUp()
  test_check_dismissed_recordings()
  test_check_pending_recordings()
  create_meeting_and_recordings()


Class: check_recordings_task_test  - X-Ref

Test class for the check_pending_recordings and check_dismissed_recordings task

setUp()   X-Ref
Setup for test


test_check_dismissed_recordings()   X-Ref
Test that dismissed recordings are retrieved


test_check_pending_recordings()   X-Ref
Test that pending recordings are retrieved


create_meeting_and_recordings(int $status = recording::RECORDING_STATUS_AWAITING)   X-Ref
Create sample meeting and recording.

return: array recording data (not the persistent class but plain object)
param: int $status status for the newly created recordings