diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-22 13:23:56 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-27 13:34:42 +0100 |
commit | 8d4346d65688d2aabd6e144fe3f3609897a46230 (patch) | |
tree | 3f18b81fc97ce781ed16eb2eb2d9687d2daf3e32 /apps/dav/tests/unit/Connector | |
parent | f2ef35dbf1401e15361c6535734fa77fbec636b7 (diff) | |
download | nextcloud-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.php | 2 |
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()) |