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
Description
Services used as autowired arguments are not replaced by $container->set() even though they are replaced in the container itself. Thus I found quite a weird behaviour when trying to stub a service for testing purpose.
How to reproduce
Please see the repo I created to reproduce the bug, services are public in test env