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]

(no description)

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

Defines 1 class


Class: get_recordings_test  - X-Ref

Tests for the update_course class.

setUp()   X-Ref
Setup for test


get_recordings(...$params)   X-Ref
Helper

param: mixed ...$params
return: array|bool|mixed

test_execute_wrong_instance()   X-Ref
Test execute API CALL with no instance


test_execute_without_login()   X-Ref
Test execute API CALL without login


test_execute_with_invalid_login()   X-Ref
Test execute API CALL with invalid login


test_execute_with_valid_login()   X-Ref
When login as a student


test_get_recordings_tools()   X-Ref
Check if tools are present for teacher/moderator


test_get_recordings_preview()   X-Ref
Check preview is present and displayed


test_get_recordings_room_only()   X-Ref
Check we can see all recording from a course in a room only instance


test_get_recordings_imported()   X-Ref
Check if we can see the imported recording in a new instance


test_get_imported_recordings_only()   X-Ref
Check we can see only imported recordings in a recordings only instance when "Show only imported links" enabled.


test_get_recordings_groups($type, $groups, $users, $recordingsdata, $test, $coursemode)   X-Ref
Check if recording are visible/invisible depending on the group.

param: string $type
param: array $groups
param: array $users
param: array $recordingsdata
param: array $test
param: int $coursemode

recording_group_test_data()   X-Ref
Recording group test

return: array[]