Browse Source
Merge pull request #40678 from nextcloud/chore/phpunit-vendor-bin
Merge pull request #40678 from nextcloud/chore/phpunit-vendor-bin
chore: Install phpunit via vendor binpull/40748/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 1790 additions and 24 deletions
-
4.github/workflows/ftp.yml
-
5.github/workflows/oci.yml
-
1.github/workflows/performance.yml
-
5.github/workflows/phpunit-32bits.yml
-
12.github/workflows/s3-external.yml
-
1.github/workflows/s3-primary-integration.yml
-
5.github/workflows/s3-primary.yml
-
4.github/workflows/sftp.yml
-
5composer.json
-
6tests/bootstrap.php
-
2tests/phpunit-autotest.xml
-
11vendor-bin/phpunit/composer.json
-
1753vendor-bin/phpunit/composer.lock
@ -0,0 +1,11 @@ |
|||
{ |
|||
"config": { |
|||
"sort-packages": true, |
|||
"platform": { |
|||
"php": "8.0" |
|||
} |
|||
}, |
|||
"require": { |
|||
"phpunit/phpunit": "9.6" |
|||
} |
|||
} |
|||
1753
vendor-bin/phpunit/composer.lock
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue