summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/ServerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/tests/unit/ServerTest.php')
-rw-r--r--apps/dav/tests/unit/ServerTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/ServerTest.php b/apps/dav/tests/unit/ServerTest.php
index 986899a2107..0d1f85fc298 100644
--- a/apps/dav/tests/unit/ServerTest.php
+++ b/apps/dav/tests/unit/ServerTest.php
@@ -23,11 +23,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
+
namespace OCA\DAV\Tests\unit;
+use OCA\DAV\AppInfo\PluginManager;
use OCA\DAV\Server;
use OCP\IRequest;
-use OCA\DAV\AppInfo\PluginManager;
/**
* Class ServerTest