-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[SecurityBundle] Fix 4.3 tests forward compat #33479
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
Conversation
What about the BC break part @derrabus mentions in the linked issue? I didn't try to understand it, what about you? :) |
It's not a BC break to me, but a side effect of the previous behavior related to PHPUnit and the exception handler. See #33478 (comment) |
b36ed53
to
2ee0919
Compare
2a7413b
to
f092331
Compare
@@ -1,5 +1,5 @@ | |||
imports: | |||
- { resource: ./../config/framework.yml } | |||
- { resource: ./../config/default.yml } |
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.
should that be reverted in 4.4 again?
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.
Yap!
Thank you @yceruto. |
This PR was merged into the 4.3 branch. Discussion ---------- [SecurityBundle] Fix 4.3 tests forward compat | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #33478 | License | MIT | Doc PR | - Commits ------- f092331 Fix 4.3 tests forward compat
…ceruto) This PR was merged into the 4.4 branch. Discussion ---------- [SecurityBundle] Removed workaround introduced in 4.3 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Cleanup of #33479 Commits ------- d14aaf6 Removed workaround introduced in 4.3
Uh oh!
There was an error while loading. Please reload this page.