Differences Between: [Versions 400 and 402]
BBB Library tests class.
Author: | Laurent David (laurent@call-learning.fr) |
Copyright: | 2018 - present, Blindside Networks Inc |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 250 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
backup_restore_test:: (7 methods):
setUp()
test_backup_restore()
test_backup_restore_with_recordings()
test_duplicate_module_no_meetingid()
test_recycle_module_keep_meetingid()
bbb_type_provider()
assert_bbb_activities_same()
Class: backup_restore_test - X-Ref
BBB Library tests class.setUp() X-Ref |
Setup |
test_backup_restore() X-Ref |
Test backup restore (basic) |
test_backup_restore_with_recordings() X-Ref |
Check backup restore with recordings |
test_duplicate_module_no_meetingid(int $type) X-Ref |
Check duplicating activity does not duplicate meeting id |
test_recycle_module_keep_meetingid(int $type) X-Ref |
Check that using the recycle bin keeps the meeting id |
bbb_type_provider() X-Ref |
Return an array of BigBlueButton types return: array[] |
assert_bbb_activities_same(stdClass $bbboriginal, stdClass $bbbdest) X-Ref |
Check two bbb activities are the same param: stdClass $bbboriginal param: stdClass $bbbdest |