Reduce noise in test output

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-04-17 11:19:32 +02:00 committed by Roeland Jago Douma
parent 9654a924ab
commit 031b6656d1
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 2 additions and 1 deletions

View 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);