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