瀏覽代碼

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 <danxuliu@gmail.com>
tags/v19.0.0beta1
Daniel Calviño Sánchez 4 年之前
父節點
當前提交
0896f33f86
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      tests/acceptance/composer.json

+ 2
- 2
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": {

Loading…
取消
儲存