Behat / Symfony2Extension

Symfony2 extension for Behat
MIT License
392 stars 106 forks source link

BC Break introduced in 2.1.2 #132

Closed jonag closed 6 years ago

jonag commented 7 years ago

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.

sroze commented 7 years ago

Yes, you are correct. #135 is meant to fix that.

sroze commented 6 years ago

Fix is merged 👍