-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 7.4 20200221 #37004
PHP 7.4 20200221 #37004
Conversation
…rray offset on value of type bool'
…array offset on value of type bool'
3c04bfd
to
73c714a
Compare
Codecov Report
@@ Coverage Diff @@
## master #37004 +/- ##
============================================
+ Coverage 64.75% 65.48% +0.73%
- Complexity 19138 19301 +163
============================================
Files 1270 1223 -47
Lines 74912 71909 -3003
Branches 1329 1329
============================================
- Hits 48507 47090 -1417
+ Misses 26014 24428 -1586
Partials 391 391
Continue to review full report at Codecov.
|
Note: |
See #37101 |
This is code so far for supporting PHP 7.4
This PR is on top of #36999 which implements Guzzle6 for acceptance tests. That can help developers who have PHP 7.4 - they can run acceptance tests against some ownCloud system-under-test (ownCloud10 itself, or OCIS or...)PR #36999 "Guzzle6 for acceptance tests" is now in master. I have rebased this PR.
There are a lot of adjustments to
phpunit
tests still to be done - but I think the actual run-time back-end works.