Created
April 21, 2015 17:19
-
-
Save zebba/b19049c0758f2bd45de3 to your computer and use it in GitHub Desktop.
Behat and Symfony2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default: | |
extensions: | |
Behat\Symfony2Extension: ~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"require-dev": { | |
"sensio/generator-bundle": "~2.3", | |
"hautelook/alice-bundle": "0.2.*", | |
"behat/behat": "~3.0", | |
"behat/symfony2-extension": "~2.0", | |
"behat/mink-extension": "~2.0", | |
"behat/mink-selenium2-driver": "~1.2", | |
"behat/mink": "~1.6" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment