Intercepting the redirection with Behat and Mink¶ Intercepting a redirection to execute some steps before following it can be useful in some cases, for instance when you are redirecting after sending an email and want to test it using the profiler. This is possible for drivers based on the Symfony BrowserKit component. Adding the Needed Steps¶ To intercept the redirections, you will need two new s