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-05 04:14:14 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-05 04:14:14 +0300
commit06cab3b79141d490cdd586dc9f855f04145919bd (patch)
tree47ced780b83c5e8327baca1ea2b035dbe04e0a85 /appinfo
parentc27c6ea672a8937cc93e61b1db17b268e327b420 (diff)
Add test for navigation entry loading
Routes are not loaded, so we just make sure we get an exception
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index f80d5bb4..b01fdce4 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -42,12 +42,13 @@ $c->query('OCP\INavigationManager')
// The icon that will be shown in the navigation
// This file needs to exist in img/
+ // @codeCoverageIgnoreStart
'icon' => $urlGenerator->imagePath($appName, 'app.svg'),
// The title of the application. This will be used in the
// navigation or on the settings page
'name' => $l10n->t('Gallery')
- ];
+ ];// @codeCoverageIgnoreEnd
}
);