summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-12-22 19:33:09 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-12-22 19:33:09 +0100
commitb4d779977a9b9a15b7268ad68a897735f9607dc5 (patch)
treecf195a287c2e7858732cc3695ea17c2d8be3bd3a /apps
parent11faa6da21149870f9002af323a1be7506b89527 (diff)
downloadnextcloud-server-b4d779977a9b9a15b7268ad68a897735f9607dc5.tar.gz
nextcloud-server-b4d779977a9b9a15b7268ad68a897735f9607dc5.zip
fix tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/tests/Controller/ShareAPIControllerTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
index 6f6529a2be7..97774081b6a 100644
--- a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
+++ b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
@@ -23,10 +23,8 @@
*/
namespace OCA\Files_Sharing\Tests\Controller;
-use OC\ContactsManager;
use OCP\AppFramework\Http\DataResponse;
use OCP\AppFramework\OCS\OCSNotFoundException;
-use OCP\Contacts;
use OCP\Files\Folder;
use OCP\IL10N;
use OCA\Files_Sharing\Controller\ShareAPIController;
@@ -39,6 +37,7 @@ use OCP\IUser;
use OCP\Files\IRootFolder;
use OCP\Lock\LockedException;
use OCP\Share\IManager;
+use OCP\Share;
/**
* Class ShareAPIControllerTest