b6b9cec4376af250f269fce1f23cca1f18dceb76
This PR was merged into the 2.0-dev branch.
Discussion
----------
The feature is described in feature files, the resolution priority is:
- Behat configuration
- SERVER variable
- ENV variable
- default hardcoded value
In the case of Sylius, it would allow us to get rid of `cached` profile and depend on APP_ENV settings only, resulting in less configuration to maintain.
Commits
-------
39cdb2074a Allow to configure kernel using server & env variables
SymfonyExtension
Integrates Behat with Symfony (^3.4 and ^4.1).
Inspired by Behat/Symfony2Extension.
Languages
Gherkin
62.7%
PHP
37.3%