summaryrefslogtreecommitdiffstats
path: root/apps/files/tests
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-07-25 10:41:53 +0200
committerRobin Appelman <robin@icewind.nl>2016-07-25 10:41:53 +0200
commitf18338d93284f475d7f78dc2762ff0fdc8137dea (patch)
treef76569b16822597308c14fb40e5fcf46804424bf /apps/files/tests
parent2139a031e706e256eee1e4f8cfc6cea06cf8cb9f (diff)
downloadnextcloud-server-f18338d93284f475d7f78dc2762ff0fdc8137dea.tar.gz
nextcloud-server-f18338d93284f475d7f78dc2762ff0fdc8137dea.zip
fix test
Diffstat (limited to 'apps/files/tests')
-rw-r--r--apps/files/tests/Controller/ViewControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php
index 25b5b6e04e0..373f8c25152 100644
--- a/apps/files/tests/Controller/ViewControllerTest.php
+++ b/apps/files/tests/Controller/ViewControllerTest.php
@@ -198,7 +198,7 @@ class ViewControllerTest extends TestCase {
[
'id' => 'recent',
'appname' => 'files',
- 'script' => 'list.php',
+ 'script' => 'recentlist.php',
'order' => 2,
'name' => (string)new \OC_L10N_String(new \OC_L10N('files'), 'Recent', []),
'active' => false,