Closed phil-davis closed 4 years ago
Merging #173 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #173 +/- ##
=========================================
Coverage 19.12% 19.12%
Complexity 278 278
=========================================
Files 24 24
Lines 1234 1234
=========================================
Hits 236 236
Misses 998 998
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 5123cb0...21aa221. Read the comment docs.
Part of issue https://github.com/owncloud/core/issues/37358
The signature of core
lib/private/User/Manager.php
get()
changed to have a new 2nd parameter. See core PR https://github.com/owncloud/core/pull/37103Adjust unit tests so that the mocking of userManager matches the way that phpunit sees the calls. Even though the new parameter is optional (has a default value), phpunit sees the call happening with the parameter having been set to its default value
false