Remove unneeded comments

This commit is contained in:
Morris Jobke 2015-04-14 16:44:24 +02:00
parent 88cc52c408
commit 717723b83e
1 changed files with 0 additions and 13 deletions

View File

@ -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