Skip to content
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

Merged
merged 1 commit into from
Oct 26, 2017

Conversation

PVince81
Copy link
Contributor

Follow up of @DeepDiver1975's review: #29220 (comment)

@codecov
Copy link

codecov bot commented Oct 23, 2017

Codecov Report

Merging #29327 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #29327   +/-   ##
=========================================
  Coverage     60.21%   60.21%           
  Complexity    17183    17183           
=========================================
  Files          1030     1030           
  Lines         57280    57280           
=========================================
  Hits          34493    34493           
  Misses        22787    22787
Impacted Files Coverage Δ Complexity Δ
lib/private/Http/Client/WebDavClientService.php 100% <ø> (ø) 7 <0> (?)
lib/private/Server.php 82.22% <100%> (ø) 118 <1> (ø) ⬇️
lib/private/Files/Storage/DAV.php 88.81% <100%> (ø) 163 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e9ff770...9f29e65. Read the comment docs.

*/
private $httpClientService;

/**
* @var IWebdavClientService
* @var IWebDavClientService | PHPUnit_Framework_MockObject_MockObject
Copy link
Member

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

@PVince81 PVince81 force-pushed the fix-webdavclientservice-review branch from 932fb50 to b946b6f Compare October 25, 2017 10:20
@PVince81
Copy link
Contributor Author

@DeepDiver1975 adjusted, thanks

@PVince81 PVince81 force-pushed the fix-webdavclientservice-review branch from b946b6f to 9f29e65 Compare October 26, 2017 09:06
@PVince81
Copy link
Contributor Author

@DeepDiver1975 I've fixed the conflicts, please recheck

@PVince81
Copy link
Contributor Author

wat...

Test\Share20\ManagerTest::testGetAllSharesByExpiration
Failed asserting that actual size 201 matches expected size 200.

/var/lib/jenkins/workspace/owncloud-core_core_PR-29327-Q6FFR2VECSMTGU2DFJ4BZ4ZUAUNNMKTH2FE3RUZXHTZM4NN7CKWQ/tests/lib/Share20/ManagerTest.php:2031

@DeepDiver1975 DeepDiver1975 merged commit f199c65 into master Oct 26, 2017
@DeepDiver1975 DeepDiver1975 deleted the fix-webdavclientservice-review branch October 26, 2017 19:34
@lock
Copy link

lock bot commented Aug 2, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants