aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Diagnostics/EventLoggerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Diagnostics/EventLoggerTest.php')
-rw-r--r--tests/lib/Diagnostics/EventLoggerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Diagnostics/EventLoggerTest.php b/tests/lib/Diagnostics/EventLoggerTest.php
index 18cd3a91b1a..006d0b8b3ea 100644
--- a/tests/lib/Diagnostics/EventLoggerTest.php
+++ b/tests/lib/Diagnostics/EventLoggerTest.php
@@ -21,10 +21,10 @@
namespace Test\Diagnostics;
-use Psr\Log\LoggerInterface;
use OC\Diagnostics\EventLogger;
use OC\Log;
use OC\SystemConfig;
+use Psr\Log\LoggerInterface;
use Test\TestCase;
class EventLoggerTest extends TestCase {