From a1a845693ba5cf1622b60962f73d211a0807a390 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 26 Jun 2018 09:30:40 +0200 Subject: [PATCH] Fix tests Signed-off-by: Roeland Jago Douma --- .../files/tests/Controller/ViewControllerTest.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index a739e26bd9..eae627fd6a 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -206,6 +206,17 @@ class ViewControllerTest extends TestCase { 'type' => 'link', 'classes' => '', ], + [ + 'id' => 'deletedshares', + 'appname' => 'files_sharing', + 'script' => 'list.php', + 'order' => 18, + 'name' => \OC::$server->getL10N('files_sharing')->t('Deleted shares'), + 'active' => false, + 'icon' => '', + 'type' => 'link', + 'classes' => '', + ], [ 'id' => 'systemtagsfilter', 'appname' => 'systemtags', @@ -269,6 +280,10 @@ class ViewControllerTest extends TestCase { 'id' => 'sharinglinks', 'content' => null, ], + [ + 'id' => 'deletedshares', + 'content' => null, + ], [ 'id' => 'systemtagsfilter', 'content' => null,