diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2021-01-17 18:20:52 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-30 08:35:15 +0200 |
commit | b53f49b94062bbbf8de8a10c74af4ed8521919cd (patch) | |
tree | f08183d525657a4e53ea1abdf96bf06d647896d7 /tests/acceptance/composer.json | |
parent | 59d567e8643c9c3a1e8422b7fd203253565df239 (diff) | |
download | nextcloud-server-b53f49b94062bbbf8de8a10c74af4ed8521919cd.tar.gz nextcloud-server-b53f49b94062bbbf8de8a10c74af4ed8521919cd.zip |
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>
Diffstat (limited to 'tests/acceptance/composer.json')
-rw-r--r-- | tests/acceptance/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/composer.json b/tests/acceptance/composer.json index d1e7fdc5d40..d438022caf3 100644 --- a/tests/acceptance/composer.json +++ b/tests/acceptance/composer.json @@ -4,7 +4,7 @@ "behat/mink": "1.7.1", "behat/mink-extension": "2.3.1", "behat/mink-selenium2-driver": "1.3.1", - "phpunit/phpunit": "4.8.36" + "phpunit/phpunit": "6.5.14" }, "autoload": { "psr-4": { |