summaryrefslogtreecommitdiff
path: root/tests/LoggrTest.php
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nth.ee>2024-11-10 22:55:56 +0200
committerAsko Nõmm <asko@nth.ee>2024-11-10 22:55:56 +0200
commitf66e5928fc73d1dad27f2f785909c2ed050b6ff7 (patch)
treef86dad76fb86eb35b46a7c63f440e9f1c8171aee /tests/LoggrTest.php
parent246e5a24a5ceedf364e06bb13e0a26cf46ee9507 (diff)
Add phpunit.xml
Diffstat (limited to 'tests/LoggrTest.php')
-rw-r--r--tests/LoggrTest.php2
1 files changed, 2 insertions, 0 deletions
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;