Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-07 05:14:23 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-07 05:14:23 +0300
commit1566f8d9db0d24e0bd504d3bd3c62566dbdfac8f (patch)
tree79d134b227eae2632e959db938963a3e61a17b98 /tests/integration
parent0392bfcc2221d19082df94495b42bc48eeee8a16 (diff)
Found a way to load the app which works
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/appinfo/AppTest.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/integration/appinfo/AppTest.php b/tests/integration/appinfo/AppTest.php
index b49e90ad..d6ae7ac4 100644
--- a/tests/integration/appinfo/AppTest.php
+++ b/tests/integration/appinfo/AppTest.php
@@ -46,12 +46,6 @@ class AppTest extends GalleryIntegrationTest {
$this->assertSame('7', $appData['dependencies']['php']['@attributes']['max-version']);
}
- /**
- * Routes are not loaded any more, so we can't test the navigation entry, but we know there
- * will be an exception thrown when trying to load the navigation
- *
- * @expectedException \Symfony\Component\Routing\Exception\RouteNotFoundException
- */
public function testNavigationEntry() {
$this->assertCount(1, \OC_App::getAppNavigationEntries('gallery'));
}