mirror of
https://github.com/nextcloud/tasks.git
synced 2025-08-03 07:34:36 +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');
|
$appManager = $this->container->query('OCP\App\IAppManager');
|
||||||
$this->assertTrue($appManager->isInstalled('tasks'));
|
$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