Skip to content

Commit

Permalink
Merge pull request #1 from pamil/test-context
Browse files Browse the repository at this point in the history
Use FriendsOfBehat/TestContext instead of own testing context
  • Loading branch information
pamil authored Aug 9, 2016
2 parents 701552b + 6c69bf9 commit 57370ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 212 deletions.
6 changes: 4 additions & 2 deletions behat.yml.dist
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
default:
extensions:
FriendsOfBehat\ServiceContainerExtension: ~
suites:
default:
contexts:
- FriendsOfBehat\TestContext\Context\TestContext
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"behat/behat": "^3.1"
},
"require-dev": {
"friends-of-behat/test-context": "^0.1.0",
"symfony/process": "^2.7|^3.0"
},
"autoload": {
Expand Down
210 changes: 0 additions & 210 deletions features/bootstrap/FeatureContext.php

This file was deleted.

0 comments on commit 57370ae

Please sign in to comment.