mirror of
https://github.com/nextcloud/server.git
synced 2025-02-24 08:56:48 +00:00
Remove library that is unmaintained since 2015 and was merged in the behat core
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
736fb4c162
commit
a1e9c6f71d
3 changed files with 230 additions and 353 deletions
build/integration
|
@ -1,11 +1,16 @@
|
|||
{
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9",
|
||||
"dms/phpunit-arraysubset-asserts": "^0.5",
|
||||
"behat/behat": "~3.13.0",
|
||||
"guzzlehttp/guzzle": "7.8.1",
|
||||
"jarnaiz/behat-junit-formatter": "^1.3",
|
||||
"sabre/dav": "4.6.0",
|
||||
"symfony/event-dispatcher": "~5.3"
|
||||
}
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.0.2"
|
||||
},
|
||||
"sort-packages": true
|
||||
},
|
||||
"require-dev": {
|
||||
"behat/behat": "^3.14",
|
||||
"dms/phpunit-arraysubset-asserts": "^0.5",
|
||||
"guzzlehttp/guzzle": "^7.8",
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"sabre/dav": "^4.6",
|
||||
"symfony/event-dispatcher": "^5.4"
|
||||
}
|
||||
}
|
||||
|
|
554
build/integration/composer.lock
generated
554
build/integration/composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -2,6 +2,8 @@ default:
|
|||
autoload:
|
||||
'': "%paths.base%/../features/bootstrap"
|
||||
formatters:
|
||||
junit:
|
||||
output_path: '%paths.base%/../output'
|
||||
pretty:
|
||||
output_styles:
|
||||
comment: [ 'bright-blue' ]
|
||||
|
@ -202,7 +204,3 @@ default:
|
|||
regular_user_password: 123456
|
||||
- RemoteContext:
|
||||
remote: http://localhost:8080
|
||||
extensions:
|
||||
jarnaiz\JUnitFormatter\JUnitFormatterExtension:
|
||||
filename: report.xml
|
||||
outputDir: "%paths.base%/../output/"
|
||||
|
|
Loading…
Reference in a new issue