Skip to content

Commit a8a4c20

Browse files
committed
Update PHPUnit from 4.X to 6.X in acceptance tests
The PHPUnit update also required an update of "symfony/yaml", so besides the changes needed for PHPUnit the "behat.yml" file also had to be adjusted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
1 parent ee1f810 commit a8a4c20

20 files changed

Lines changed: 682 additions & 268 deletions

tests/acceptance/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"behat/mink": "1.7.1",
55
"behat/mink-extension": "2.3.1",
66
"behat/mink-selenium2-driver": "1.3.1",
7-
"phpunit/phpunit": "4.8.36"
7+
"phpunit/phpunit": "6.5.14"
88
},
99
"autoload": {
1010
"psr-4": {

0 commit comments

Comments
 (0)