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
minor #44749 [HttpKernel] Don't rely on session service in tests (derrabus)
This PR was merged into the 5.4 branch.
Discussion
----------
[HttpKernel] Don't rely on session service in tests
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | Follow-up to #44518
| License | MIT
| Doc PR | N/A
The test introduced by #44518 makes use of the deprecated session service mechanism. Instead, I've attached the session to the request. This allows us to merge the test up to 6.0 and beyond without breaking it.
Commits
-------
e963594 Don't rely on session service in tests
0 commit comments