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 #42903 [HttpKernel] Fix broken mock (derrabus)
This PR was merged into the 4.4 branch.
Discussion
----------
[HttpKernel] Fix broken mock
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | N/A
| License | MIT
| Doc PR | N/A
This PR fixes a test that fails on the 6.0 branch because of a broken mock: A correct implementation of `CacheItemPoolInterface::clear()` returns a `bool`, but this mock currently returns `null`.
Commits
-------
1ab97ea [HttpKernel] Fix broken mock
0 commit comments