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/Config/ConfigTest.php | |
parent | 411ea5bb6d0ecf32e6c989a99fac120502db9fe9 (diff) |
Added tests for base_path and config_path
Diffstat (limited to 'tests/Unit/Config/ConfigTest.php')
-rw-r--r-- | tests/Unit/Config/ConfigTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Config/ConfigTest.php b/tests/Unit/Config/ConfigTest.php index ce11ebd6..043599fd 100644 --- a/tests/Unit/Config/ConfigTest.php +++ b/tests/Unit/Config/ConfigTest.php @@ -1,6 +1,6 @@ <?php -namespace Engelsystem\Test\Config; +namespace Engelsystem\Test\Unit\Config; use Engelsystem\Config\Config; use PHPUnit\Framework\TestCase; |