From 9b05413bcbbaa69ec6587ade1d3566552e0f3eb3 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 5 Apr 2018 10:34:24 +0200 Subject: Show the new dav url in the web UI Fixes #8795 Signed-off-by: Roeland Jago Douma --- apps/files/tests/Controller/ViewControllerTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files/tests/Controller/ViewControllerTest.php') 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', -- cgit v1.2.3