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
Running core_external\external_api_test::test_all_external_info unit test in isolation results in the following output:
There were 2 errors:
1) core_external\external_api_test::test_all_external_info with data set "equella_find_all_usage" (stdClass Object (...))
Unexpected debugging() call detected.
Debugging: Invalid $required parameter value: '' .
It must be either VALUE_DEFAULT, VALUE_REQUIRED, or VALUE_OPTIONAL
2) core_external\external_api_test::test_all_external_info with data set "equella_find_usage_for_item" (stdClass Object (...))
Unexpected debugging() call detected.
Debugging: Invalid $required parameter value: '' .
It must be either VALUE_DEFAULT, VALUE_REQUIRED, or VALUE_OPTIONAL
The issue seems to come from L137 and L165 of the externallib.php file.
Running:
mod_equella: version 1.3.1
Moodle Version: 4.5
The text was updated successfully, but these errors were encountered:
Running
core_external\external_api_test::test_all_external_info
unit test in isolation results in the following output:The issue seems to come from L137 and L165 of the externallib.php file.
Running:
The text was updated successfully, but these errors were encountered: