-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Change in symfony exception handler #711
Comments
Hi @mmarton would you mind to create a PR? |
I think so, I just want to take a little bit more time to be sure that it works in every situation |
When I remove the call to
although it uses 7.1.6 🤷 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
In yesterday releases (7.1.6, 6.4.13, 5.4.45) symfony fixed it's exception/error handler registration issue with phpunit.
see: symfony/symfony#58372
Now the workaround introduced after my previous issue (#640) is the one that triggers phpunit's
THE ERROR HANDLER HAS CHANGED!
warning :Dif I remove the call to KernelHelper::shutdownKernel the warning is gone.
The text was updated successfully, but these errors were encountered: