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 #45414 [FrameworkBundle] KernelTestCase resets internal state on tearDown (core23)
This PR was submitted for the 6.1 branch but it was merged into the 4.4 branch instead.
Discussion
----------
[FrameworkBundle] KernelTestCase resets internal state on tearDown
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
When using the `KernelTestCase` for multiple different test kernels, the `KernelTestCase::$class` is not reseted after the test has finished. All other class variables are set to the initial state, so this change should be a bugfix.
Commits
-------
a18c510 KernelTestCase resets internal state on tearDown
0 commit comments