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); - } }