mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Remove unneeded comments
This commit is contained in:
parent
88cc52c408
commit
717723b83e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user