diff --git a/composer.json b/composer.json index 9746874..164a3a1 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ }, "autoload-dev": { "psr-4": { - "Tests\\": "tests" + "Ajaaleixo\\PhraseApp\\Tests\\": "tests" } } } diff --git a/tests/TestCase.php b/tests/TestCase.php index 772c745..7e3ce69 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -1,6 +1,6 @@