diff options
author | Robin Appelman <robin@icewind.nl> | 2023-09-19 12:42:53 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2023-09-19 13:58:35 +0200 |
commit | ccf8843d9fcf7d57c3c90da2d46913ca88b0ba70 (patch) | |
tree | 62680e0fba2d9ea55e4386563cf88411171725a5 /tests | |
parent | 5bf34979feb5b1f5b8bd4e2c0d002f8aaf8794e1 (diff) | |
download | nextcloud-server-ccf8843d9fcf7d57c3c90da2d46913ca88b0ba70.tar.gz nextcloud-server-ccf8843d9fcf7d57c3c90da2d46913ca88b0ba70.zip |
apply known mtime wrapper for external storages
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Files/Storage/Wrapper/KnownMtimeTest.php | 1 |
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; |