diff options
Diffstat (limited to 'apps/files/tests/Controller/ViewControllerTest.php')
-rw-r--r-- | apps/files/tests/Controller/ViewControllerTest.php | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 08ec7d17a1d..58b70f8b0fa 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -266,19 +266,6 @@ class ViewControllerTest extends TestCase { 'expanded' => false, 'unread' => 0, ], - 'trashbin' => [ - 'id' => 'trashbin', - 'appname' => 'files_trashbin', - 'script' => 'list.php', - 'order' => 50, - 'name' => \OC::$server->getL10N('files_trashbin')->t('Deleted files'), - 'active' => false, - 'icon' => '', - 'type' => 'link', - 'classes' => 'pinned', - 'expanded' => false, - 'unread' => 0, - ], 'shareoverview' => [ 'id' => 'shareoverview', 'appname' => 'files_sharing', @@ -339,7 +326,7 @@ class ViewControllerTest extends TestCase { 'owner' => 'MyName', 'ownerDisplayName' => 'MyDisplayName', 'isPublic' => false, - 'defaultFileSorting' => 'name', + 'defaultFileSorting' => 'basename', 'defaultFileSortingDirection' => 'asc', 'showHiddenFiles' => 0, 'cropImagePreviews' => 1, @@ -363,10 +350,6 @@ class ViewControllerTest extends TestCase { 'id' => 'systemtagsfilter', 'content' => null, ], - 'trashbin' => [ - 'id' => 'trashbin', - 'content' => null, - ], 'sharingout' => [ 'id' => 'sharingout', 'content' => null, |