summaryrefslogtreecommitdiffstats
path: root/apps/files/tests/Controller/ViewControllerTest.php
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-15 20:29:10 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-15 20:29:10 +0100
commit1deda8fd6575426e854276c83a52df8060893b1e (patch)
treeea28d9b3b0cf10b12d6ed1b026e2e54ce8bca12a /apps/files/tests/Controller/ViewControllerTest.php
parent846e2f296725c0ca5052707d2fc7fa7f464ca760 (diff)
downloadnextcloud-server-1deda8fd6575426e854276c83a52df8060893b1e.tar.gz
nextcloud-server-1deda8fd6575426e854276c83a52df8060893b1e.zip
Rollback to default list view
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/tests/Controller/ViewControllerTest.php')
-rw-r--r--apps/files/tests/Controller/ViewControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php
index 35fc1e74c1a..d051ab7258d 100644
--- a/apps/files/tests/Controller/ViewControllerTest.php
+++ b/apps/files/tests/Controller/ViewControllerTest.php
@@ -131,7 +131,7 @@ class ViewControllerTest extends TestCase {
[$this->user->getUID(), 'files', 'file_sorting', 'name', 'name'],
[$this->user->getUID(), 'files', 'file_sorting_direction', 'asc', 'asc'],
[$this->user->getUID(), 'files', 'show_hidden', false, false],
- [$this->user->getUID(), 'files', 'show_grid', true, true],
+ [$this->user->getUID(), 'files', 'show_grid', true],
]));
$this->config
@@ -367,7 +367,7 @@ class ViewControllerTest extends TestCase {
],
],
'hiddenFields' => [],
- 'showgridview' => true,
+ 'showgridview' => false,
'isIE' => false,
]
);