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
[Symfony] Make grabService use the special test service container if available (#5706)
grabService seems to be somewhat broken for newer Symfony versions (> 4.1 ?) and with Symfony 4.1 a special container can be accessed via `test.service_container` for testing purposes which also provides access to private services:
https://symfony.com/doc/current/testing.html#accessing-the-container
0 commit comments