summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-07-02 14:39:45 +0200
committerRobin Appelman <icewind@owncloud.com>2014-07-02 14:39:45 +0200
commit0008db9995baede8136a22892a9240c25b2c2ef8 (patch)
tree10793d4553c6902ff9d9a6d3b4f015842b1d41d9 /apps/files_sharing/tests
parentfd68034357170763573db49a7e8b52893e554f30 (diff)
downloadnextcloud-server-0008db9995baede8136a22892a9240c25b2c2ef8.tar.gz
nextcloud-server-0008db9995baede8136a22892a9240c25b2c2ef8.zip
Fix unit test
Diffstat (limited to 'apps/files_sharing/tests')
-rw-r--r--apps/files_sharing/tests/externalstorage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/tests/externalstorage.php b/apps/files_sharing/tests/externalstorage.php
index 60c5787f295..1258148af53 100644
--- a/apps/files_sharing/tests/externalstorage.php
+++ b/apps/files_sharing/tests/externalstorage.php
@@ -72,6 +72,7 @@ class Test_Files_Sharing_External_Storage extends \PHPUnit_Framework_TestCase {
'mountpoint' => 'remoteshare',
'token' => 'abcdef',
'password' => '',
+ 'manager' => null
)
);
$this->assertEquals($baseUri, $storage->getBaseUri());