Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Ensure this extension does not crash Behat
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Nov 2, 2016
1 parent fa9a139 commit 2088b30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"behat/behat": "^3.1"
},
"require-dev": {
"friends-of-behat/test-context": "^0.2",
"friends-of-behat/test-context": "^0.3",
"phpspec/phpspec": "^3.1",
"symfony/http-kernel": "^2.8|^3.0",
"phpunit/phpunit": "^5.6"
Expand Down
12 changes: 12 additions & 0 deletions features/not_crashing_behat.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Feature: Not crashing Behat

Scenario: Not crashing Behat
Given a Behat configuration containing:
"""
default:
extensions:
FriendsOfBehat\CrossContainerExtension: ~
"""
And a feature file with passing scenario
When I run Behat
Then it should pass

0 comments on commit 2088b30

Please sign in to comment.