-
Notifications
You must be signed in to change notification settings - Fork 138
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
PHP unit tests fail in 3.9 if run as a testsuite #469
Labels
Comments
Hi, This PHP unit tests fail came again due to recent update simplesamlphp to 1.19.1 with below commit: Thanks, |
@Anupamatd this was the fix 1c40898 |
Oh. Maybe you are right. Or maybe both? |
I'd recommend it. |
Thank you @dmitriim - will remove that. |
danmarsden
added a commit
that referenced
this issue
May 16, 2022
danmarsden
added a commit
that referenced
this issue
May 17, 2022
SashaAnastasi
pushed a commit
that referenced
this issue
Mar 14, 2023
daledavies
pushed a commit
to sarahjcotton/moodle-auth_saml2
that referenced
this issue
Aug 17, 2023
sarahjcotton
pushed a commit
to sarahjcotton/moodle-auth_saml2
that referenced
this issue
Aug 24, 2023
sarahjcotton
pushed a commit
to sarahjcotton/moodle-auth_saml2
that referenced
this issue
Sep 15, 2023
sarahjcotton
pushed a commit
to sarahjcotton/moodle-auth_saml2
that referenced
this issue
Sep 15, 2023
sarahjcotton
pushed a commit
to sarahjcotton/moodle-auth_saml2
that referenced
this issue
Oct 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to replicate:
This happens because PHPMailer gets auto-loaded from auth_saml2 plugin and it has a different (higher) version to what's in core.
The text was updated successfully, but these errors were encountered: