Fix tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-06-26 09:30:40 +02:00 committed by John Molakvoæ (skjnldsv)
parent ced8789f5c
commit a1a845693b
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 15 additions and 0 deletions

View File

@ -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,