Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/9909/head
Roeland Jago Douma 8 years ago committed by John Molakvoæ (skjnldsv)
parent ced8789f5c
commit a1a845693b
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
  1. 15
      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,

Loading…
Cancel
Save