You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core unit tests are failing when plugin is installed in Moodle 4.4:
1) core_external\external_api_test::test_all_external_info with data set "report_assign_get_user_flags" (stdClass Object (...))
Error: Class "external_api" not found
/var/www/site/report/assign/externallib.php:32
/var/www/site/lib/external/classes/external_api.php:75
/var/www/site/lib/external/tests/external_api_test.php:400
/var/www/site/lib/phpunit/classes/advanced_testcase.php:72
2) core_external\external_api_test::test_all_external_info with data set "report_assign_save_user_extension" (stdClass Object (...))
Error: Class "external_api" not found
/var/www/site/report/assign/externallib.php:32
/var/www/site/lib/external/classes/external_api.php:75
/var/www/site/lib/external/tests/external_api_test.php:400
/var/www/site/lib/phpunit/classes/advanced_testcase.php:72
The text was updated successfully, but these errors were encountered:
Core unit tests are failing when plugin is installed in Moodle 4.4:
The text was updated successfully, but these errors were encountered: