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
not checking properly for error suppression. It needs to use a bit mask as documented on PHP.net, as PHP 8 does no longer suppress fatal errors with @.
Hi,
I upgraded to PHP8 and I'm having issues with some tests now. Those issue were not existing in PHP 7.4.19.
See more context here: loophp/collection#103
I think it's definitely an issue with PHPSpec.
Look, I'm currently working for work and I'm having the same kind of issue, see:
The test can be found here: https://github.com/ecphp/cas-bundle/blob/master/spec/EcPhp/CasBundle/Security/Core/User/CasUserProviderSpec.php#L72
The text was updated successfully, but these errors were encountered: