aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/tests/StorageTest.php
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-12-08 11:26:58 +0100
committerLouis (Rebase PR Action) <artonge@users.noreply.github.com>2023-01-26 10:12:23 +0000
commitc88328e68e50341fa3e22181ffb9b25ae7071ed7 (patch)
treef8703ffaf691dfb264d261dc491ddde8e1e87543 /apps/files_trashbin/tests/StorageTest.php
parentd8b479752d327f8901a84454c17fd3c6f701a98d (diff)
downloadnextcloud-server-c88328e68e50341fa3e22181ffb9b25ae7071ed7.tar.gz
nextcloud-server-c88328e68e50341fa3e22181ffb9b25ae7071ed7.zip
Handle empty files in version creation logic
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/files_trashbin/tests/StorageTest.php')
-rw-r--r--apps/files_trashbin/tests/StorageTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_trashbin/tests/StorageTest.php b/apps/files_trashbin/tests/StorageTest.php
index 0a22a9ea555..b4892d2deb0 100644
--- a/apps/files_trashbin/tests/StorageTest.php
+++ b/apps/files_trashbin/tests/StorageTest.php
@@ -35,13 +35,11 @@ use OC\Files\Filesystem;
use OC\Files\Storage\Common;
use OC\Files\Storage\Local;
use OC\Files\Storage\Temporary;
-use OCA\Files_Versions\AppInfo\Application as FVApplication;
use OCA\Files_Trashbin\AppInfo\Application;
use OCA\Files_Trashbin\Events\MoveToTrashEvent;
use OCA\Files_Trashbin\Storage;
use OCA\Files_Trashbin\Trash\ITrashManager;
use OCP\AppFramework\Bootstrap\IBootContext;
-use OCP\AppFramework\Bootstrap\IRegistrationContext;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\Files\Cache\ICache;
use OCP\Files\Folder;