Replace FOB/TestContext with local TestContext

This commit is contained in:
Kamil Kokot
2018-12-31 16:57:35 +01:00
parent 463c274dbc
commit 032ecb64d2
3 changed files with 324 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
"behat/mink": "^1.7",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-extension": "^2.2",
"friends-of-behat/test-context": "^1.0",
"phpstan/phpstan-shim": "^0.10",
"sylius-labs/coding-standard": "^3.0",
"symfony/framework-bundle": "^3.4|^4.1"
@@ -31,6 +30,9 @@
"autoload": {
"psr-4": { "FriendsOfBehat\\SymfonyExtension\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Tests\\": "tests/" }
},
"config": {
"sort-packages": true
},