From 87b1719c88240d7ae230e5e6ad30c47e100701bd Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 28 Jul 2023 14:52:30 +0200 Subject: feat(files): migrate recent view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/tests/Controller/ViewControllerTest.php | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'apps/files/tests/Controller/ViewControllerTest.php') diff --git a/apps/files/tests/Controller/ViewControllerTest.php b/apps/files/tests/Controller/ViewControllerTest.php index 2fa98be9fcd..783c9c8bbbb 100644 --- a/apps/files/tests/Controller/ViewControllerTest.php +++ b/apps/files/tests/Controller/ViewControllerTest.php @@ -185,19 +185,6 @@ class ViewControllerTest extends TestCase { 'expanded' => false, 'unread' => 0, ], - 'recent' => [ - 'id' => 'recent', - 'appname' => 'files', - 'script' => 'recentlist.php', - 'order' => 2, - 'name' => \OC::$server->getL10N('files')->t('Recent'), - 'active' => false, - 'icon' => '', - 'type' => 'link', - 'classes' => '', - 'expanded' => false, - 'unread' => 0, - ], 'systemtagsfilter' => [ 'id' => 'systemtagsfilter', 'appname' => 'systemtags', @@ -233,10 +220,6 @@ class ViewControllerTest extends TestCase { 'id' => 'files', 'content' => null, ], - 'recent' => [ - 'id' => 'recent', - 'content' => null, - ], 'systemtagsfilter' => [ 'id' => 'systemtagsfilter', 'content' => null, -- cgit v1.2.3