diff options
Diffstat (limited to 'tests/lib/Diagnostics/QueryLoggerTest.php')
-rw-r--r-- | tests/lib/Diagnostics/QueryLoggerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Diagnostics/QueryLoggerTest.php b/tests/lib/Diagnostics/QueryLoggerTest.php index 04b8d8570e7..6450c153b39 100644 --- a/tests/lib/Diagnostics/QueryLoggerTest.php +++ b/tests/lib/Diagnostics/QueryLoggerTest.php @@ -20,7 +20,7 @@ class QueryLoggerTest extends TestCase { $this->logger = new QueryLogger(); } - public function testQueryLogger() { + public function testQueryLogger(): void { // Module is not activated and this should not be logged $this->logger->startQuery('SELECT', ['testuser', 'count'], ['string', 'int']); $this->logger->stopQuery(); |