Skip to content
Snippets Groups Projects
Unverified Commit cfe098ee authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #25176 from nextcloud/add-composer-lock-for-acceptance-tests-to-git

Add "composer.lock" for acceptance tests to git
parents 6d291c3c d6a1d8d3
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,6 @@ Vagrantfile ...@@ -156,7 +156,6 @@ Vagrantfile
clover.xml clover.xml
# Tests - dependencies # Tests - dependencies
tests/acceptance/composer.lock
tests/acceptance/vendor/ tests/acceptance/vendor/
composer.phar composer.phar
{ {
"require-dev": { "require-dev": {
"behat/behat": "^3.0", "behat/behat": "3.7.0",
"behat/mink": "1.7.1", "behat/mink": "1.7.1",
"behat/mink-extension": "*", "behat/mink-extension": "2.3.1",
"behat/mink-selenium2-driver": "1.3.1", "behat/mink-selenium2-driver": "1.3.1",
"phpunit/phpunit": "~4.6" "phpunit/phpunit": "4.8.36"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment