summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-20 11:55:00 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-20 11:55:00 +0200
commitaa33ab0c03c1e26dfb866b23c68279ffd47fd6f0 (patch)
tree480dc4d392cba2c19d4c24330535509712b479e1 /apps
parenta6676f31ec3360b5ec95ed96fe4c53ba78e7ce0b (diff)
parentdd7e0d13e55ba9a150237ac2f4d0ba03955a9855 (diff)
downloadnextcloud-server-aa33ab0c03c1e26dfb866b23c68279ffd47fd6f0.tar.gz
nextcloud-server-aa33ab0c03c1e26dfb866b23c68279ffd47fd6f0.zip
Merge pull request #24094 from owncloud/move_dummy_group_backend_to_test
Move the group dummy backend to test
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/tests/testcase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/testcase.php b/apps/files_sharing/tests/testcase.php
index ce0a8beeec8..3c291f4167c 100644
--- a/apps/files_sharing/tests/testcase.php
+++ b/apps/files_sharing/tests/testcase.php
@@ -82,7 +82,7 @@ abstract class TestCase extends \Test\TestCase {
$backend->createUser(self::TEST_FILES_SHARING_API_USER4, self::TEST_FILES_SHARING_API_USER4);
// create group
- $groupBackend = new \OC_Group_Dummy();
+ $groupBackend = new \Test\Util\Group\Dummy();
$groupBackend->createGroup(self::TEST_FILES_SHARING_API_GROUP1);
$groupBackend->createGroup('group');
$groupBackend->createGroup('group1');