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

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