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-08-24 04:46:11 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-24 04:46:11 +0300
commit80a58ecd23bbf74620937d47ead9dbec647aa06a (patch)
tree06f566f863b9bf1b115c070c4e8c088e7ba06212 /appinfo
parent09e6db013001159f81c11aa29b16ea0e303bbbbd (diff)
Some integration tests for the Application class
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/application.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/appinfo/application.php b/appinfo/application.php
index a2740e1e..c3379f5a 100644
--- a/appinfo/application.php
+++ b/appinfo/application.php
@@ -281,6 +281,7 @@ class Application extends App {
* OCA External
*/
if (\OCP\App::isEnabled('ocutility')) {
+ // @codeCoverageIgnoreStart
$container->registerService(
'UtilityContainer', function () {
$app = new OcUtility();
@@ -302,6 +303,7 @@ class Application extends App {
);
}
);
+ // @codeCoverageIgnoreEnd
} else {
$container->registerService(
'Logger', function (IContainer $c) {