Skip to content

Commit

Permalink
Add behat and mink
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Pabon committed Apr 11, 2016
1 parent 9da0a08 commit f718134
Show file tree
Hide file tree
Showing 4 changed files with 625 additions and 25 deletions.
1 change: 1 addition & 0 deletions behat
Empty file added behat.yml
Empty file.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,14 @@
"doctrine/doctrine-migrations-bundle": "^1.1"
},
"require-dev": {
"sensio/generator-bundle": "^3.0",
"symfony/phpunit-bridge": "^2.7",
"symfony/var-dumper": "^3.0"
"sensio/generator-bundle": "^3.0",
"symfony/phpunit-bridge": "^2.7",
"symfony/var-dumper": "^3.0",
"behat/symfony2-extension": "^2.1",
"behat/mink-extension": "^2.2",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-goutte-driver": "^1.2",
"behat/mink-selenium2-driver": "^1.3"
},
"scripts": {
"post-install-cmd": [
Expand Down
Loading

0 comments on commit f718134

Please sign in to comment.