mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Add "composer.lock" for acceptance tests to git
As "composer.lock" was not versioned the dependencies had to be resolved everytime that the acceptance tests run, which took some precious time. Besides that the dependency versions were also tightened for better control. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
1907cc197d
commit
d6a1d8d3a1
3 changed files with 2774 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -156,7 +156,6 @@ Vagrantfile
|
|||
clover.xml
|
||||
|
||||
# Tests - dependencies
|
||||
tests/acceptance/composer.lock
|
||||
tests/acceptance/vendor/
|
||||
|
||||
composer.phar
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"require-dev": {
|
||||
"behat/behat": "^3.0",
|
||||
"behat/behat": "3.7.0",
|
||||
"behat/mink": "1.7.1",
|
||||
"behat/mink-extension": "*",
|
||||
"behat/mink-extension": "2.3.1",
|
||||
"behat/mink-selenium2-driver": "1.3.1",
|
||||
"phpunit/phpunit": "~4.6"
|
||||
"phpunit/phpunit": "4.8.36"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
|||
2771
tests/acceptance/composer.lock
generated
Normal file
2771
tests/acceptance/composer.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue