]> source.dussan.org Git - nextcloud-server.git/commitdiff
Reduce noise in test output
authorJoas Schilling <coding@schilljs.com>
Fri, 17 Apr 2020 09:19:32 +0000 (11:19 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Sat, 18 Apr 2020 09:21:28 +0000 (11:21 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/testing/appinfo/app.php

index 48d8da8c20b0226f6a79567a24d575ba5e2f05a5..428899df691a3886f1144e50754f7a40110dd17d 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+declare(strict_types=1);
 /**
  * @copyright Copyright (c) 2016, ownCloud GmbH.
  *
@@ -21,4 +22,4 @@
  *
  */
 
-$app = new \OCA\Testing\AppInfo\Application();
+$app = \OC::$server->query(\OCA\Testing\AppInfo\Application::class);