diff options
| author | Asko Nõmm <asko@nth.ee> | 2024-11-10 22:55:56 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nth.ee> | 2024-11-10 22:55:56 +0200 |
| commit | f66e5928fc73d1dad27f2f785909c2ed050b6ff7 (patch) | |
| tree | f86dad76fb86eb35b46a7c63f440e9f1c8171aee /tests | |
| parent | 246e5a24a5ceedf364e06bb13e0a26cf46ee9507 (diff) | |
Add phpunit.xml
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/FileSystemDriverTest.php | 3 | ||||
| -rw-r--r-- | tests/LoggrTest.php | 2 | ||||
| -rw-r--r-- | tests/OutputDriverTest.php | 3 |
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; |
