summaryrefslogtreecommitdiff
path: root/tests/Unit/Http/LegacyUrlGeneratorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Http/LegacyUrlGeneratorTest.php')
-rw-r--r--tests/Unit/Http/LegacyUrlGeneratorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Http/LegacyUrlGeneratorTest.php b/tests/Unit/Http/LegacyUrlGeneratorTest.php
index 2c087f8f..8caf3c77 100644
--- a/tests/Unit/Http/LegacyUrlGeneratorTest.php
+++ b/tests/Unit/Http/LegacyUrlGeneratorTest.php
@@ -4,8 +4,8 @@ namespace Engelsystem\Test\Unit\Http;
use Engelsystem\Application;
use Engelsystem\Container\Container;
-use Engelsystem\Http\Request;
use Engelsystem\Http\LegacyUrlGenerator;
+use Engelsystem\Http\Request;
use Engelsystem\Http\UrlGeneratorInterface;
use PHPUnit\Framework\TestCase;