summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-07-25 15:12:49 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-01 08:20:17 +0200
commit2fae696d35d221a9fb25b90b90b32c35c81fdd45 (patch)
tree85e00c12d8a0e507d46c11ec4cba67fc31aae67e /apps/provisioning_api
parent61a6adff143b405dd5e0f2fe3785286692126f0c (diff)
downloadnextcloud-server-2fae696d35d221a9fb25b90b90b32c35c81fdd45.tar.gz
nextcloud-server-2fae696d35d221a9fb25b90b90b32c35c81fdd45.zip
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r--apps/provisioning_api/tests/Controller/GroupsControllerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/provisioning_api/tests/Controller/GroupsControllerTest.php b/apps/provisioning_api/tests/Controller/GroupsControllerTest.php
index caf6ae109f7..344f1fe6352 100644
--- a/apps/provisioning_api/tests/Controller/GroupsControllerTest.php
+++ b/apps/provisioning_api/tests/Controller/GroupsControllerTest.php
@@ -28,6 +28,7 @@ namespace OCA\Provisioning_API\Tests\Controller;
use OCA\Provisioning_API\Controller\GroupsController;
use OCP\IGroupManager;
+use OCP\ILogger;
use OCP\IUserSession;
class GroupsControllerTest extends \Test\TestCase {