diff options
Diffstat (limited to 'tests/Unit/Routing/RoutingServiceProviderTest.php')
-rw-r--r-- | tests/Unit/Routing/RoutingServiceProviderTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Routing/RoutingServiceProviderTest.php b/tests/Unit/Routing/RoutingServiceProviderTest.php index bb2a1d65..dd9441eb 100644 --- a/tests/Unit/Routing/RoutingServiceProviderTest.php +++ b/tests/Unit/Routing/RoutingServiceProviderTest.php @@ -1,6 +1,6 @@ <?php -namespace Engelsystem\Test\Routing; +namespace Engelsystem\Test\Unit\Routing; use Engelsystem\Routing\RoutingServiceProvider; use Engelsystem\Routing\UrlGenerator; |