diff options
author | Robin Appelman <robin@icewind.nl> | 2020-07-01 15:37:47 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2020-07-23 15:24:52 +0200 |
commit | ad7798f9c9066b1eee6ad91526ffab34186f4a7b (patch) | |
tree | 4afb20f9cdbb41ad60cd58fdd146b91a1f1914d0 /tests | |
parent | fcad692b4a5dd8e0c128af64647b64f658b124c5 (diff) | |
download | nextcloud-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.php | 1 |
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; |