summaryrefslogtreecommitdiff
path: root/tests/OutputDriverTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/OutputDriverTest.php')
-rw-r--r--tests/OutputDriverTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/OutputDriverTest.php b/tests/OutputDriverTest.php
index a650732..76867a6 100644
--- a/tests/OutputDriverTest.php
+++ b/tests/OutputDriverTest.php
@@ -1,5 +1,8 @@
<?php
+namespace Asko\Loggr\Tests;
+
+use DateTime;
use Asko\Loggr\Drivers\OutputDriver;
use Asko\Loggr\Loggr;
use PHPUnit\Framework\TestCase;