summaryrefslogtreecommitdiffstats
path: root/tests/lib/group/group.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/group/group.php')
-rw-r--r--tests/lib/group/group.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lib/group/group.php b/tests/lib/group/group.php
index 116aefda81c..75e975d9e65 100644
--- a/tests/lib/group/group.php
+++ b/tests/lib/group/group.php
@@ -307,10 +307,6 @@ class Group extends \PHPUnit_Framework_TestCase {
$backend->expects($this->once())
->method('deleteGroup')
->with('group1');
- $backend->expects($this->once())
- ->method('groupExists')
- ->with('group1')
- ->will($this->returnValue(true));
$backend->expects($this->any())
->method('implementsActions')
->will($this->returnValue(true));