diff options
Diffstat (limited to 'apps/files_external/tests/owncloudfunctions.php')
-rw-r--r-- | apps/files_external/tests/owncloudfunctions.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_external/tests/owncloudfunctions.php b/apps/files_external/tests/owncloudfunctions.php index 57608fff0cf..deb501a57a0 100644 --- a/apps/files_external/tests/owncloudfunctions.php +++ b/apps/files_external/tests/owncloudfunctions.php @@ -68,6 +68,14 @@ class OwnCloudFunctions extends \PHPUnit_Framework_TestCase { ), 'http://testhost/testroot/remote.php/webdav/subdir/', ), + array( + array( + 'host' => 'http://testhost/testroot/', + 'root' => '/subdir', + 'secure' => false + ), + 'http://testhost/testroot/remote.php/webdav/subdir/', + ), ); } |