diff options
author | Joas Schilling <coding@schilljs.com> | 2025-05-12 16:17:59 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-05-15 08:21:22 +0200 |
commit | 5283e9a5e2a6ac8627cef854d9534cccce81bdd2 (patch) | |
tree | 46a085c343c3d6784e96cf775ebf6c7e808c3620 /tests/lib/Files/ObjectStore/LocalTest.php | |
parent | 53b116b8a54ec7606441e35b7e6c8697a704c5a4 (diff) | |
download | nextcloud-server-5283e9a5e2a6ac8627cef854d9534cccce81bdd2.tar.gz nextcloud-server-5283e9a5e2a6ac8627cef854d9534cccce81bdd2.zip |
test: Cleanup tests/lib/Files/*
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/Files/ObjectStore/LocalTest.php')
-rw-r--r-- | tests/lib/Files/ObjectStore/LocalTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Files/ObjectStore/LocalTest.php b/tests/lib/Files/ObjectStore/LocalTest.php index 99c5b61534f..3b561c01049 100644 --- a/tests/lib/Files/ObjectStore/LocalTest.php +++ b/tests/lib/Files/ObjectStore/LocalTest.php @@ -9,7 +9,7 @@ namespace Test\Files\ObjectStore; use OC\Files\ObjectStore\StorageObjectStore; use OC\Files\Storage\Temporary; -class LocalTest extends ObjectStoreTest { +class LocalTest extends ObjectStoreTestCase { /** * @return \OCP\Files\ObjectStore\IObjectStore */ |