diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-07-02 14:39:45 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-07-02 14:39:45 +0200 |
commit | 0008db9995baede8136a22892a9240c25b2c2ef8 (patch) | |
tree | 10793d4553c6902ff9d9a6d3b4f015842b1d41d9 /apps/files_sharing/tests | |
parent | fd68034357170763573db49a7e8b52893e554f30 (diff) | |
download | nextcloud-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.php | 1 |
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()); |