diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-09-17 19:20:13 +0200 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2024-10-31 14:41:19 +0100 |
commit | ab611a279a50b56863092bfb8b210d5b021f25e1 (patch) | |
tree | 9e8b86a49383cfe0125fd3052188f3c371403ad2 /tests/lib/Files/ObjectStore/ObjectStoreStoragesDifferentBucketTest.php | |
parent | dec5a5fe9b7d0f0f4a51a57e208276b34c990979 (diff) | |
download | nextcloud-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.php | 2 |
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; /** |