23 lines
970 B
Markdown
23 lines
970 B
Markdown
# Symfony Extension [](https://packagist.org/packages/friends-of-behat/symfony-extension) [](https://packagist.org/packages/friends-of-behat/symfony-extension) [](http://travis-ci.org/FriendsOfBehat/SymfonyExtension) [](https://scrutinizer-ci.com/g/FriendsOfBehat/SymfonyExtension/)
|
|
|
|
Integrates Behat with Symfony (both 2 and 3).
|
|
|
|
## Usage
|
|
|
|
1. Install it:
|
|
|
|
```bash
|
|
$ composer require friends-of-behat/symfony-extension --dev
|
|
```
|
|
|
|
2. Enable and configure in your Behat configuration:
|
|
|
|
```yaml
|
|
default:
|
|
# ...
|
|
extensions:
|
|
FriendsOfBehat\SymfonyExtension: ~
|
|
```
|
|
|
|
3. Good luck & have fun!
|