-
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
Small tweaks for WebDavClientService and tests #29327
Conversation
Codecov Report
@@ Coverage Diff @@
## master #29327 +/- ##
=========================================
Coverage 60.21% 60.21%
Complexity 17183 17183
=========================================
Files 1030 1030
Lines 57280 57280
=========================================
Hits 34493 34493
Misses 22787 22787
Continue to review full report at Codecov.
|
tests/lib/Files/Storage/DavTest.php
Outdated
*/ | ||
private $httpClientService; | ||
|
||
/** | ||
* @var IWebdavClientService | ||
* @var IWebDavClientService | PHPUnit_Framework_MockObject_MockObject |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be \PHPUnit_Framework_MockObject_MockObject
or add use PHPUnit_Framework_MockObject_MockObject at the beginning of the file
932fb50
to
b946b6f
Compare
@DeepDiver1975 adjusted, thanks |
b946b6f
to
9f29e65
Compare
@DeepDiver1975 I've fixed the conflicts, please recheck |
wat...
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Follow up of @DeepDiver1975's review: #29220 (comment)