Fix unit test

This commit is contained in:
Robin Appelman 2014-07-02 14:39:45 +02:00
parent fd68034357
commit 0008db9995
1 changed files with 1 additions and 0 deletions

View File

@ -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());