summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2023-09-19 12:42:53 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2023-10-10 09:34:20 +0200
commit155fd0b86a2ecefb4a17f2118abe0359f5ec7257 (patch)
tree0d46cd7d36b4adf729cc6c3979c8fe390008cb1d /tests/lib
parent36eef0be67eef2405e85b4d4bc60a1272d84ecab (diff)
downloadnextcloud-server-155fd0b86a2ecefb4a17f2118abe0359f5ec7257.tar.gz
nextcloud-server-155fd0b86a2ecefb4a17f2118abe0359f5ec7257.zip
apply known mtime wrapper for external storages
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/Files/Storage/Wrapper/KnownMtimeTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Files/Storage/Wrapper/KnownMtimeTest.php b/tests/lib/Files/Storage/Wrapper/KnownMtimeTest.php
index 9694fc7bc99..0a1691f9e70 100644
--- a/tests/lib/Files/Storage/Wrapper/KnownMtimeTest.php
+++ b/tests/lib/Files/Storage/Wrapper/KnownMtimeTest.php
@@ -10,7 +10,6 @@ namespace lib\Files\Storage\Wrapper;
use OC\Files\Storage\Temporary;
use OC\Files\Storage\Wrapper\KnownMtime;
-use OCP\Constants;
use PHPUnit\Framework\MockObject\MockObject;
use Psr\Clock\ClockInterface;
use Test\Files\Storage\Storage;