aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-11-29 17:06:01 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-11-30 13:03:08 +0100
commita3251415458e55d13695624bdebde4806dfc93de (patch)
tree4c94008651e91d2e955e8a083b35fb311c59068b /apps/files/tests
parent2c3cf86ad31e20504bea39bad0bf912e946e2c5e (diff)
downloadnextcloud-server-a3251415458e55d13695624bdebde4806dfc93de.tar.gz
nextcloud-server-a3251415458e55d13695624bdebde4806dfc93de.zip
Remove isIE and associated legacy scripts
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/tests')
-rw-r--r--apps/files/tests/Controller/ViewControllerTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php
index d7b298d9e84..044028a300f 100644
--- a/apps/files/tests/Controller/ViewControllerTest.php
+++ b/apps/files/tests/Controller/ViewControllerTest.php
@@ -407,8 +407,7 @@ class ViewControllerTest extends TestCase {
],
],
'hiddenFields' => [],
- 'showgridview' => false,
- 'isIE' => false,
+ 'showgridview' => false
]
);
$policy = new Http\ContentSecurityPolicy();