summaryrefslogtreecommitdiff
path: root/tests/LoggrTest.php
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nth.ee>2024-11-10 22:49:52 +0200
committerAsko Nõmm <asko@nth.ee>2024-11-10 22:49:52 +0200
commit246e5a24a5ceedf364e06bb13e0a26cf46ee9507 (patch)
treec8ee52d337a040a5c3ce83ec5b1e72fca984cf6e /tests/LoggrTest.php
parent882741f201426fa1ae39b461b7ba5bd8db6a77dc (diff)
Add phpunit.xml
Diffstat (limited to 'tests/LoggrTest.php')
-rw-r--r--tests/LoggrTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/LoggrTest.php b/tests/LoggrTest.php
index 4abae86..94a166c 100644
--- a/tests/LoggrTest.php
+++ b/tests/LoggrTest.php
@@ -1,7 +1,5 @@
<?php
-namespace Asko\Loggr\Tests;
-
use Asko\Loggr\Drivers\OutputDriver;
use Asko\Loggr\Loggr;
use PHPUnit\Framework\TestCase;