瀏覽代碼

Reduce noise in test output

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v19.0.0beta5
Joas Schilling 4 年之前
父節點
當前提交
031b6656d1
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      apps/testing/appinfo/app.php

+ 2
- 1
apps/testing/appinfo/app.php 查看文件

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

Loading…
取消
儲存