Skip to content

Commit 6c69bf9

Browse files
committed
Use FriendsOfBehat/TestContext instead of own testing context
1 parent 701552b commit 6c69bf9

File tree

3 files changed

+5
-212
lines changed

3 files changed

+5
-212
lines changed

behat.yml.dist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
default:
2-
extensions:
3-
FriendsOfBehat\ServiceContainerExtension: ~
2+
suites:
3+
default:
4+
contexts:
5+
- FriendsOfBehat\TestContext\Context\TestContext

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"behat/behat": "^3.1"
1616
},
1717
"require-dev": {
18+
"friends-of-behat/test-context": "^0.1.0",
1819
"symfony/process": "^2.7|^3.0"
1920
},
2021
"autoload": {

features/bootstrap/FeatureContext.php

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)