Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-09-28 18:20:44 +0300
committerRobin Appelman <icewind@owncloud.com>2015-09-28 18:20:44 +0300
commite21a0258879f41c1e7c710b50a8c55aed8a45f44 (patch)
tree632653eb990592484069ada2ff13c5d3ed886fb5 /tests
parent00020535f9adecb0b6e8ce0cfc1feb88af0d59a2 (diff)
remove unused use
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/files/node/hookconnector.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/files/node/hookconnector.php b/tests/lib/files/node/hookconnector.php
index ea506313beb..10566cf5fb1 100644
--- a/tests/lib/files/node/hookconnector.php
+++ b/tests/lib/files/node/hookconnector.php
@@ -8,7 +8,6 @@
namespace Test\Files\Node;
-use OC\Connector\Sabre\File;
use OC\Files\Filesystem;
use OC\Files\Node\Root;
use OC\Files\Storage\Temporary;