aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Diagnostics/QueryLoggerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Diagnostics/QueryLoggerTest.php')
-rw-r--r--tests/lib/Diagnostics/QueryLoggerTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/Diagnostics/QueryLoggerTest.php b/tests/lib/Diagnostics/QueryLoggerTest.php
index 6450c153b39..e54775a777f 100644
--- a/tests/lib/Diagnostics/QueryLoggerTest.php
+++ b/tests/lib/Diagnostics/QueryLoggerTest.php
@@ -1,4 +1,5 @@
<?php
+
/**
* SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2017 ownCloud, Inc.
@@ -13,7 +14,7 @@ use Test\TestCase;
class QueryLoggerTest extends TestCase {
/** @var \OC\Diagnostics\QueryLogger */
private $logger;
-
+
protected function setUp(): void {
parent::setUp();