fix: remove broken test

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler
2025-06-03 09:41:59 +02:00
parent 91ebcd084a
commit b36c7cd331

View File

@ -39,11 +39,4 @@ class AppTest extends TestCase {
$appManager = $this->container->query('OCP\App\IAppManager');
$this->assertTrue($appManager->isInstalled('tasks'));
}
public function testNavigation() {
$navigationManager = \OC::$server->getNavigationManager();
$navigationManager->clear();
$enabled = array_key_exists('tasks', $navigationManager->getAll());
$this->assertTrue($enabled);
}
}