This is not working with new version of Laravel.
Also behat/mink-extension doesn't work with new symfony kernel.
I found solution for that, and used friends-of-behat/symfony-extension, but then this library returns me with
Class 'Symfony\Component\HttpKernel\Client' not found
How can I resolve this problem?