diff options
Diffstat (limited to 'tests/Unit/Routing/UrlGeneratorTest.php')
-rw-r--r-- | tests/Unit/Routing/UrlGeneratorTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Routing/UrlGeneratorTest.php b/tests/Unit/Routing/UrlGeneratorTest.php index fc23520a..6da59a4f 100644 --- a/tests/Unit/Routing/UrlGeneratorTest.php +++ b/tests/Unit/Routing/UrlGeneratorTest.php @@ -1,6 +1,6 @@ <?php -namespace Engelsystem\Test\Config; +namespace Engelsystem\Test\Unit\Routing; use Engelsystem\Application; use Engelsystem\Container\Container; |