Skip to content

Commit c7dde2a

Browse files
author
Codeliner
committed
Add behat and ad_cargo.feature
1 parent 4a0f0ac commit c7dde2a

File tree

8 files changed

+1544
-197
lines changed

8 files changed

+1544
-197
lines changed

bin/behat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../vendor/behat/behat/bin/behat
33.1 MB
Binary file not shown.

bin/webunit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../vendor/instaclick/php-webdriver/bin/webunit

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
"mwillbanks/zfc-twitter-bootstrap" : "dev-master"
2323
},
2424
"require-dev" : {
25-
"phpunit/phpunit": "3.7.*"
25+
"phpunit/phpunit": "3.7.*",
26+
"behat/behat": "2.4.*@stable",
27+
"behat/mink": "1.4@stable",
28+
"behat/mink-extension": "*",
29+
"behat/mink-goutte-driver": "*",
30+
"behat/mink-selenium2-driver": "*"
31+
},
32+
"config": {
33+
"bin-dir": "bin/"
2634
}
2735
}

0 commit comments

Comments
 (0)