Since the file app/autoload.php doesn't exist on my project, behat is now throwing an exception when I try to execute my tests.
I have fixed the issue by setting manually the value to ~ for the parameter (don't know if it's what I'm supposed to do, but since the file never existed and the tests are working...).
I can try to prepare a PR to fix or document this case, depending of what you want to do.
I think that this PR introduced a BC Break in the version 2.1.2.
I don't provide any value for the parameter
symfony2_extension.kernel.bootstrap
so the extension uses the default value'app/autoload.php'
.Since the file
app/autoload.php
doesn't exist on my project, behat is now throwing an exception when I try to execute my tests.I have fixed the issue by setting manually the value to
~
for the parameter (don't know if it's what I'm supposed to do, but since the file never existed and the tests are working...).I can try to prepare a PR to fix or document this case, depending of what you want to do.