b399bd1a0cae06fa8ce039b952f0f9e0e785b709
Symfony Extension

[WIP] Integrates Behat with Symfony (both 2 and 3). Inspired by Behat/Symfony2Extension.
Differences
- Built-in
symfonydriver uses different kernel than the one that is used in the contexts. This means you can always change it to any other driver without any issues and ensures that application behaviour will not be affected by stateful services.
Usage
- Install it:
$ composer require friends-of-behat/symfony-extension --dev
- Enable and configure in your Behat configuration:
default:
# ...
extensions:
FriendsOfBehat\SymfonyExtension: ~
- Good luck & have fun!
Languages
Gherkin
62.7%
PHP
37.3%