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
bug symfony#45671 [FrameworkBundle] Ensure container is reset between tests (nicolas-grekas)
This PR was merged into the 4.4 branch.
Discussion
----------
[FrameworkBundle] Ensure container is reset between tests
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fixsymfony#45668
| License | MIT
| Doc PR | -
Calling boot() resets the container only is a request was handled before.
Since this is not always the case here, we need to reset the container explicitly.
Commits
-------
608b1dd [FrameworkBundle] Ensure container is reset between tests
0 commit comments