summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-07-01 15:37:47 +0200
committerRobin Appelman <robin@icewind.nl>2020-07-23 15:24:52 +0200
commitad7798f9c9066b1eee6ad91526ffab34186f4a7b (patch)
tree4afb20f9cdbb41ad60cd58fdd146b91a1f1914d0 /tests
parentfcad692b4a5dd8e0c128af64647b64f658b124c5 (diff)
downloadnextcloud-server-ad7798f9c9066b1eee6ad91526ffab34186f4a7b.tar.gz
nextcloud-server-ad7798f9c9066b1eee6ad91526ffab34186f4a7b.zip
use exceptions for error signaling in writeStream
this remove the ambiguity when writing zero length files Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Files/ViewTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Files/ViewTest.php b/tests/lib/Files/ViewTest.php
index ae6c4b22dec..fad2217bfdb 100644
--- a/tests/lib/Files/ViewTest.php
+++ b/tests/lib/Files/ViewTest.php
@@ -13,7 +13,6 @@ use OC\Files\Filesystem;
use OC\Files\Mount\MountPoint;
use OC\Files\Storage\Common;
use OC\Files\Storage\Temporary;
-use OC\Files\Stream\Quota;
use OC\Files\View;
use OCP\Constants;
use OCP\Files\Config\IMountProvider;