Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Change ExceptionListenerPass removeDefinition args#38483
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Make the test class so it covers the initial behavior on 4.4.14, prior to the 4.4.15 release.
According the the previous commit; in order to keep it consistent with 4.4.14 version.
adaniloff commentedOct 9, 2020
So I basically reverted 4.4.15 and I kept the test file. I then add a test in order to cover the 4.4.14 version current behavior. Obviously, applying the 4.4.15 changes made my test failed. The question is:
Curious to know what you guys think about all that. |
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
/cc@dmolineus for thoughts since@adaniloff apparently disagrees with you.
src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExceptionListenerPass.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/ExceptionListenerPassTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
adaniloff commentedMar 5, 2021
Closing since it is related to FOSUser. |
Since the 4.4.15 upgrade, our FOSRest (2.6) configuration did not work anymore.
See the issue in#38482 for more explanation.