aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/ObjectStore/ObjectStoreStoragesDifferentBucketTest.php
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-09-17 19:20:13 +0200
committerLouis Chemineau <louis@chmn.me>2024-10-31 14:41:19 +0100
commitab611a279a50b56863092bfb8b210d5b021f25e1 (patch)
tree9e8b86a49383cfe0125fd3052188f3c371403ad2 /tests/lib/Files/ObjectStore/ObjectStoreStoragesDifferentBucketTest.php
parentdec5a5fe9b7d0f0f4a51a57e208276b34c990979 (diff)
downloadnextcloud-server-backport/47986/stable28.tar.gz
nextcloud-server-backport/47986/stable28.zip
fix(tests): Fix most obvious errors in ObjectStore testsbackport/47986/stable28
Some are still failing Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/lib/Files/ObjectStore/ObjectStoreStoragesDifferentBucketTest.php')
-rw-r--r--tests/lib/Files/ObjectStore/ObjectStoreStoragesDifferentBucketTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/Files/ObjectStore/ObjectStoreStoragesDifferentBucketTest.php b/tests/lib/Files/ObjectStore/ObjectStoreStoragesDifferentBucketTest.php
index 1915460777c..a0e18a5557b 100644
--- a/tests/lib/Files/ObjectStore/ObjectStoreStoragesDifferentBucketTest.php
+++ b/tests/lib/Files/ObjectStore/ObjectStoreStoragesDifferentBucketTest.php
@@ -7,6 +7,8 @@
namespace Test\Files\ObjectStore;
+use OC\Files\ObjectStore\StorageObjectStore;
+use OC\Files\Storage\Temporary;
use Test\Files\Storage\StoragesTest;
/**