diff --git a/composer.json b/composer.json index 68188997..22105f26 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,12 @@ "illuminate/support": "4.1.*" }, "require-dev": { - "phpspec/phpspec": "2.0.*@dev" + "phpspec/phpspec": "2.0.*@dev", + "behat/behat": "v2.5.1", + "behat/mink": "v1.5.0", + "behat/mink-extension": "*", + "behat/mink-goutte-driver": "*", + "behat/mink-selenium2-driver": "*" }, "autoload": { "psr-0": { diff --git a/tests/features/bootstrap/FeatureContext.php b/tests/features/bootstrap/FeatureContext.php new file mode 100644 index 00000000..a02dca08 --- /dev/null +++ b/tests/features/bootstrap/FeatureContext.php @@ -0,0 +1,44 @@ +