We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 :D
THE ERROR HANDLER HAS CHANGED!
if I remove the call to KernelHelper::shutdownKernel the warning is gone.
env: phpunit/phpunit 11.4.2 symfony/framework-bundle 7.1.6 zenstruck/foundry 1.38.3
The text was updated successfully, but these errors were encountered:
Hi @mmarton
would you mind to create a PR?
Sorry, something went wrong.
No branches or pull requests
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: