aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests/Controller/ViewControllerTest.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-04-05 14:51:52 +0200
committerGitHub <noreply@github.com>2018-04-05 14:51:52 +0200
commit6ea444b24387e9b516a44000df0db0f6af786f95 (patch)
tree2acc17d1899f59dcf8467cc27a177a484daaf56c /apps/files/tests/Controller/ViewControllerTest.php
parent1f605cb8410076d9c59aecb3eab6ce74e5ab6e06 (diff)
parent9b05413bcbbaa69ec6587ade1d3566552e0f3eb3 (diff)
downloadnextcloud-server-6ea444b24387e9b516a44000df0db0f6af786f95.tar.gz
nextcloud-server-6ea444b24387e9b516a44000df0db0f6af786f95.zip
Merge pull request #9082 from nextcloud/feature/8795/new_webdav_url_in_web
Show the new dav url in the web UI
Diffstat (limited to 'apps/files/tests/Controller/ViewControllerTest.php')
-rw-r--r--apps/files/tests/Controller/ViewControllerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php
index b4f07b65e76..a739e26bd90 100644
--- a/apps/files/tests/Controller/ViewControllerTest.php
+++ b/apps/files/tests/Controller/ViewControllerTest.php
@@ -138,6 +138,7 @@ class ViewControllerTest extends TestCase {
$nav->assign('usage', '123 B');
$nav->assign('quota', 100);
$nav->assign('total_space', '100 B');
+ $nav->assign('webdavurl', '');
$nav->assign('navigationItems', [
[
'id' => 'files',