diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-04-21 16:13:25 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-04-27 14:07:16 +0200 |
commit | 6bf05796224ce83ec74b08f9bd428619ca3c9f7e (patch) | |
tree | 8fa64237a18d231ced66703251157482d13d110b /tests | |
parent | 2e897f05b12689d783c68bcfc6206e2adfde75b1 (diff) | |
download | nextcloud-server-6bf05796224ce83ec74b08f9bd428619ca3c9f7e.tar.gz nextcloud-server-6bf05796224ce83ec74b08f9bd428619ca3c9f7e.zip |
fix test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/connector/sabre/file.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/connector/sabre/file.php b/tests/lib/connector/sabre/file.php index 3fe5c2751f1..ee9c20fd9cb 100644 --- a/tests/lib/connector/sabre/file.php +++ b/tests/lib/connector/sabre/file.php @@ -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') |