summaryrefslogtreecommitdiff
path: root/tests/Unit/ApplicationTest.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-10-31 14:23:23 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-10-31 14:30:37 +0100
commite15e86362585f5d00d118653232584ed0920e533 (patch)
tree0e3e4750e91b3deab2173334e2b7e9b05742d3fc /tests/Unit/ApplicationTest.php
parent411ea5bb6d0ecf32e6c989a99fac120502db9fe9 (diff)
Added tests for base_path and config_path
Diffstat (limited to 'tests/Unit/ApplicationTest.php')
-rw-r--r--tests/Unit/ApplicationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/ApplicationTest.php b/tests/Unit/ApplicationTest.php
index 78310134..f58483ea 100644
--- a/tests/Unit/ApplicationTest.php
+++ b/tests/Unit/ApplicationTest.php
@@ -1,6 +1,6 @@
<?php
-namespace Engelsystem\Test\Config;
+namespace Engelsystem\Test\Unit;
use Engelsystem\Application;
use Engelsystem\Config\Config;