Skip to content

Commit 0266b7d

Browse files
author
Codeliner
committed
Merge branch 'AddCargoFeature' into ChapterOneStory
2 parents 4a0f0ac + 754ed80 commit 0266b7d

File tree

9 files changed

+1545
-197
lines changed

9 files changed

+1545
-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)