diff options
author | Robin Appelman <robin@icewind.nl> | 2016-07-25 10:41:53 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-07-25 10:41:53 +0200 |
commit | f18338d93284f475d7f78dc2762ff0fdc8137dea (patch) | |
tree | f76569b16822597308c14fb40e5fcf46804424bf /apps/files | |
parent | 2139a031e706e256eee1e4f8cfc6cea06cf8cb9f (diff) | |
download | nextcloud-server-f18338d93284f475d7f78dc2762ff0fdc8137dea.tar.gz nextcloud-server-f18338d93284f475d7f78dc2762ff0fdc8137dea.zip |
fix test
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/tests/Controller/ViewControllerTest.php | 2 |
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, |