-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
4.2
-
MOODLE_402_STABLE
MDL-74664 is causing some consistent PHPUnit failures in CI. For instance, https://ci.moodle.org/job/W.01.03%20-%20PHPUnit%20-%20MariaDB%20(lowest%20+%20mlbackend)/2346/
1) mod_bigbluebuttonbn\output\recording_row_playback_test::test_should_be_included with data set "editingteacher user should see all" ('editingteacher', array('video', 'presentation', 'podcast', 'settings')) |
Failed asserting that an array is empty.
|
/var/www/html/mod/bigbluebuttonbn/tests/output/recording_row_playback_test.php:125 |
/var/www/html/lib/phpunit/classes/advanced_testcase.php:80 |
2) mod_bigbluebuttonbn\output\recording_row_playback_test::test_should_be_included with data set "student can see only default" ('student', array('video', 'presentation')) |
Failed asserting that an array is empty.
|
/var/www/html/mod/bigbluebuttonbn/tests/output/recording_row_playback_test.php:125 |
/var/www/html/lib/phpunit/classes/advanced_testcase.php:80 |
3) mod_bigbluebuttonbn\output\recording_row_playback_test::test_should_be_included with data set "student can see only default except when we add more format to all users" ('student', array('video', 'presentation', 'settings'), stdClass Object (...)) |
Failed asserting that an array is empty.
|
/var/www/html/mod/bigbluebuttonbn/tests/output/recording_row_playback_test.php:125 |
/var/www/html/lib/phpunit/classes/advanced_testcase.php:80 |
- is a regression caused by
-
MDL-74664 Option to restrict recording formats viewable by everyone
- Closed