From c62411c7eee3e15133389071c24c5537365cfbd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 20 Aug 2020 18:23:46 +0200 Subject: [PATCH] Remove useless test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- tests/integration/app/AppTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/integration/app/AppTest.php b/tests/integration/app/AppTest.php index 3c7401d79..c25e0c513 100644 --- a/tests/integration/app/AppTest.php +++ b/tests/integration/app/AppTest.php @@ -42,9 +42,4 @@ class AppTest extends TestCase { $appManager = $this->container->query('OCP\App\IAppManager'); $this->assertTrue($appManager->isInstalled('deck')); } - - public function testNavigationEntry() { - $this->app->registerNavigationEntry(); - $this->assertTrue(true); - } }