aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/TestMoveableMountPoint.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/TestMoveableMountPoint.php')
-rw-r--r--tests/lib/TestMoveableMountPoint.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/lib/TestMoveableMountPoint.php b/tests/lib/TestMoveableMountPoint.php
index 4f3feccdbe2..5906a90ee18 100644
--- a/tests/lib/TestMoveableMountPoint.php
+++ b/tests/lib/TestMoveableMountPoint.php
@@ -1,4 +1,5 @@
<?php
+
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
@@ -8,11 +9,13 @@
namespace Test;
use OC\Files\Mount;
+use OC\Files\Mount\MountPoint;
+use OC\Files\Mount\MoveableMount;
/**
* Test moveable mount for mocking
*/
-class TestMoveableMountPoint extends Mount\MountPoint implements Mount\MoveableMount {
+class TestMoveableMountPoint extends MountPoint implements MoveableMount {
/**
* Move the mount point to $target
*