From: Daniel Calviño Sánchez Date: Fri, 20 Mar 2020 10:45:00 +0000 (+0100) Subject: Force compatible dependency versions in acceptance tests X-Git-Tag: v18.0.4RC1~58^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F20051%2Fhead;p=nextcloud-server.git Force compatible dependency versions in acceptance tests behat/mink 1.8 and behat/mink-selenium2-driver 1.4 introduced behaviour changes that broke the acceptance tests. Until the tests are updated to work with the newer versions the last known versions are forced. Note that some acceptance tests still fail after enforcing the compatible versions, although that is caused by changes in the Nextcloud server itself. Signed-off-by: Daniel Calviño Sánchez --- diff --git a/tests/acceptance/composer.json b/tests/acceptance/composer.json index 244aa976692..d15d8e13e55 100644 --- a/tests/acceptance/composer.json +++ b/tests/acceptance/composer.json @@ -1,9 +1,9 @@ { "require-dev": { "behat/behat": "^3.0", - "behat/mink": "^1.5", + "behat/mink": "1.7.1", "behat/mink-extension": "*", - "behat/mink-selenium2-driver": "*", + "behat/mink-selenium2-driver": "1.3.1", "phpunit/phpunit": "~4.6" }, "autoload": {