summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/FileSystemDriverTest.php3
-rw-r--r--tests/LoggrTest.php2
-rw-r--r--tests/OutputDriverTest.php3
3 files changed, 8 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;
diff --git a/tests/LoggrTest.php b/tests/LoggrTest.php
index 94a166c..4abae86 100644
--- a/tests/LoggrTest.php
+++ b/tests/LoggrTest.php
@@ -1,5 +1,7 @@
<?php
+namespace Asko\Loggr\Tests;
+
use Asko\Loggr\Drivers\OutputDriver;
use Asko\Loggr\Loggr;
use PHPUnit\Framework\TestCase;
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;