summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-11-22 13:23:56 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-11-27 13:34:42 +0100
commit8d4346d65688d2aabd6e144fe3f3609897a46230 (patch)
tree3f18b81fc97ce781ed16eb2eb2d9687d2daf3e32 /apps/dav/tests/unit/Connector
parentf2ef35dbf1401e15361c6535734fa77fbec636b7 (diff)
downloadnextcloud-server-8d4346d65688d2aabd6e144fe3f3609897a46230.tar.gz
nextcloud-server-8d4346d65688d2aabd6e144fe3f3609897a46230.zip
Fix more tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/dav/tests/unit/Connector')
-rw-r--r--apps/dav/tests/unit/Connector/Sabre/FileTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/Connector/Sabre/FileTest.php b/apps/dav/tests/unit/Connector/Sabre/FileTest.php
index c41f3f65249..d0c18f6cd9e 100644
--- a/apps/dav/tests/unit/Connector/Sabre/FileTest.php
+++ b/apps/dav/tests/unit/Connector/Sabre/FileTest.php
@@ -194,7 +194,7 @@ class FileTest extends TestCase {
} else {
$storage->expects($this->once())
->method('writeStream')
- ->will($this->returnValue(false));
+ ->will($this->returnValue(0));
}
$view->expects($this->any())