diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-10-31 14:23:23 +0100 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-10-31 14:30:37 +0100 |
commit | e15e86362585f5d00d118653232584ed0920e533 (patch) | |
tree | 0e3e4750e91b3deab2173334e2b7e9b05742d3fc /tests/Unit/Routing | |
parent | 411ea5bb6d0ecf32e6c989a99fac120502db9fe9 (diff) |
Added tests for base_path and config_path
Diffstat (limited to 'tests/Unit/Routing')
-rw-r--r-- | tests/Unit/Routing/RoutingServiceProviderTest.php | 2 | ||||
-rw-r--r-- | tests/Unit/Routing/UrlGeneratorTest.php | 2 |
2 files changed, 2 insertions, 2 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; 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; |