Merge pull request #907 from owncloud/bump-core-commit-20201120

[tests-only] Bump core commit id for API tests
This commit is contained in:
Phil Davis
2020-11-20 18:31:59 +05:45
committed by GitHub
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ config = {
},
'apiTests': {
'coreBranch': 'master',
'coreCommit': 'edda1ed3ff29d9e12ad12f08cd1289e6f4ea3bba',
'coreCommit': '2c019a4dfe2c5de58a9bdf270984f8adebe9c37f',
'numberOfParts': 10
},
'uiTests': {
+3 -4
View File
@@ -5,10 +5,9 @@
}
},
"require": {
"behat/behat": "^3.7",
"behat/behat": "^3.8",
"behat/mink": "1.7.1",
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "^1.2",
"behat/mink-selenium2-driver": "^1.4",
"ciaranmcnulty/behat-stepthroughextension" : "dev-master",
"jarnaiz/behat-junit-formatter": "^1.3",
@@ -16,8 +15,8 @@
"sensiolabs/behat-page-object-extension": "^2.3",
"symfony/translation": "^4.4",
"sabre/xml": "^2.2",
"guzzlehttp/guzzle": "^6.5",
"phpunit/phpunit": "^8.5",
"guzzlehttp/guzzle": "^7.2",
"phpunit/phpunit": "^9.4",
"laminas/laminas-ldap": "^2.10"
}
}