mirror of
https://github.com/nextcloud/tasks.git
synced 2025-07-22 18:28:18 +00:00
fix: remove broken test
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user