This commit is contained in:
Robin Appelman 2015-04-21 16:13:25 +02:00
parent 2e897f05b1
commit 6bf0579622

View file

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