fix test
This commit is contained in:
parent
2e897f05b1
commit
6bf0579622
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ class File extends \Test\TestCase {
|
|||
$view = $this->getMock('\OC\Files\View', array('file_put_contents', 'getRelativePath', 'resolvePath'), array());
|
||||
$view->expects($this->any())
|
||||
->method('resolvePath')
|
||||
->with('')
|
||||
->will($this->returnValue(array($storage, '')));
|
||||
$view->expects($this->any())
|
||||
->method('getRelativePath')
|
||||
|
|
Loading…
Reference in a new issue