summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/owncloudfunctions.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/owncloudfunctions.php')
-rw-r--r--apps/files_external/tests/owncloudfunctions.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_external/tests/owncloudfunctions.php b/apps/files_external/tests/owncloudfunctions.php
index de7bf3eff2b..0135c4618a3 100644
--- a/apps/files_external/tests/owncloudfunctions.php
+++ b/apps/files_external/tests/owncloudfunctions.php
@@ -81,6 +81,14 @@ class OwnCloudFunctions extends \Test\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/',
+ ),
);
}