Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Commit 29be096

Browse files
alanpoulainvincentchalamon
authored andcommitted
SF4 compatibility (#37)
* SF4 compatibility * Fix Behat test
1 parent 565156b commit 29be096

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": ">=5.5",
1616
"behat/behat": "^3.0.12",
17-
"symfony/dependency-injection": "^2.7|^3.0",
18-
"symfony/process": "^2.0|^3.0",
17+
"symfony/dependency-injection": "^2.7|^3.0|^4.0",
18+
"symfony/process": "^2.0|^3.0|^4.0",
1919
"doctrine/annotations": "^1.2"
2020
},
2121

features/scenario_state.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Feature: Scenario shared state
1212
When I run "behat --no-colors features/donkeys.feature"
1313
Then it should fail with:
1414
"""
15-
[Behat\Testwork\Argument\Exception\UnknownParameterValueException]
15+
Can not find a matching value for an argument
1616
"""
1717

1818
Scenario: Scenario Outline should work properly

0 commit comments

Comments
 (0)