diff options
-rw-r--r-- | tests/lib/group/manager.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/lib/group/manager.php b/tests/lib/group/manager.php index 0f3573f96e1..e3e2a96e46d 100644 --- a/tests/lib/group/manager.php +++ b/tests/lib/group/manager.php @@ -856,19 +856,6 @@ class Manager extends \Test\TestCase { ->method('getUserGroups') ->with('user1') ->will($this->returnValue(null)); -// $backend->expects($this->any()) -// ->method('groupExists') -// ->with('group1') -// ->will($this->returnValue(true)); -// $backend->expects($this->once()) -// ->method('implementsActions') -// ->will($this->returnValue(true)); -// $backend->expects($this->once()) -// ->method('inGroup') -// ->will($this->returnValue(true)); -// $backend->expects($this->once()) -// ->method('removeFromGroup') -// ->will($this->returnValue(true)); /** * @var \OC\User\Manager $userManager |