I have a behat+mink scenario where a step visits a URL (mink), and the controller
- puts something into the a service in the container
- performs a redirect to another URL
The problem is that the controller redirect resets the container, so the service is re-constructed, and the following behat step cannot access it anymore
Is there a way to access the container ?