See Release Notes
Long Term Support Release
(no description)
File Size: | 117 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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 tasksetUp() 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) |