diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/FileSystemDriverTest.php (renamed from tests/Drivers/FileSystemDriverTest.php) | 3 | ||||
| -rw-r--r-- | tests/LoggrTest.php | 2 | ||||
| -rw-r--r-- | tests/OutputDriverTest.php (renamed from tests/Drivers/OutputDriverTest.php) | 3 |
3 files changed, 0 insertions, 8 deletions
diff --git a/tests/Drivers/FileSystemDriverTest.php b/tests/FileSystemDriverTest.php index bb49042..5e4f8c3 100644 --- a/tests/Drivers/FileSystemDriverTest.php +++ b/tests/FileSystemDriverTest.php @@ -1,10 +1,7 @@ <?php -namespace Asko\Loggr\Tests\Drivers; - use Asko\Loggr\Drivers\FileSystemDriver; use Asko\Loggr\Loggr; -use DateTime; use PHPUnit\Framework\TestCase; class FileSystemDriverTest extends TestCase 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; diff --git a/tests/Drivers/OutputDriverTest.php b/tests/OutputDriverTest.php index 9f023ae..a650732 100644 --- a/tests/Drivers/OutputDriverTest.php +++ b/tests/OutputDriverTest.php @@ -1,10 +1,7 @@ <?php -namespace Asko\Loggr\Tests\Drivers; - use Asko\Loggr\Drivers\OutputDriver; use Asko\Loggr\Loggr; -use DateTime; use PHPUnit\Framework\TestCase; class OutputDriverTest extends TestCase |
