-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit test error in MOODLE_401_STABLE #2540
Comments
This also affects MOODLE_403_STABLE but this is linked to the move from PHP8.0 -> PHP8.1 |
Hi all. @CarlosArceLopera Thank you for reporting the issue and submitting the PR. I have reviewed the PR and it looks good to me. I'll include it in the next release. The error is introduced as part of the attempt to optimise Graph API calls that returns paginated results. All actual calls to such Graph APIs are updated, but calls from unit test was missed. @SYoung3000 what you experienced could well be a separate issue. Please report it separately and include more details (Moodle/plugin versions, steps to reproduce etc). @aspark21 I don't think this is related to PHP version either. It would happen in all supported PHP versions. Regards, |
The fix to the issue has been included in the release 4.1.7, 4.2.6 and 4.3.4 from today. Thank you again for reporting the issue and providing the solution. I'll mark the issue as closed now. Regards, |
Hi,
I am getting this error when using MOODLE_401_STABLE branch.
The text was updated successfully, but these errors were encountered: