We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238abbd commit b5831cdCopy full SHA for b5831cd
behat.yaml
@@ -30,7 +30,8 @@ default:
30
31
DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: ~
32
33
- FriendsOfBehat\SymfonyExtension: ~
+ FriendsOfBehat\SymfonyExtension:
34
+ bootstrap: 'tests/bootstrap.php'
35
36
EzSystems\BehatBundle\BehatExtension:
37
mink:
composer.json
@@ -42,7 +42,6 @@
42
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
43
"ezsystems/ezplatform-code-style": "^0.1.0",
44
"friendsofphp/php-cs-fixer": "^2.16.0",
45
- "phpunit/phpunit": "^8.5",
46
"mikey179/vfsstream": "^1.6"
47
},
48
"autoload": {
0 commit comments