I'm currently migrating from behat 2.3 and BehatBundle to behat 2.4 and Symfony2Extension.
My problem is : behat outputs nothing when I run php bin/behat
.
like :
$ php bin/behat
$
It seems to crash in Behat\Behat\Console\BehatApplication::createContainer
when compiling the container, but got no errors.
Anyone knows this issue ?