diff options
Diffstat (limited to 'tests/lib/Diagnostics/EventLoggerTest.php')
-rw-r--r-- | tests/lib/Diagnostics/EventLoggerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Diagnostics/EventLoggerTest.php b/tests/lib/Diagnostics/EventLoggerTest.php index 46a58e4275d..3ad13702679 100644 --- a/tests/lib/Diagnostics/EventLoggerTest.php +++ b/tests/lib/Diagnostics/EventLoggerTest.php @@ -27,7 +27,7 @@ class EventLoggerTest extends TestCase { ); } - public function testQueryLogger() { + public function testQueryLogger(): void { // Module is not activated and this should not be logged $this->logger->start('test1', 'testevent1'); $this->logger->end('test1'); |