From f59c6a38ac8be89bdf63b1302d848f14168d552c Mon Sep 17 00:00:00 2001 From: Claudio Dekker Date: Tue, 11 Feb 2020 10:54:04 +0100 Subject: [PATCH] Fix namespace collision --- composer.json | 2 +- tests/TestCase.php | 2 +- tests/Unit/Client/PhraseAppClientTest.php | 4 ++-- tests/Unit/Commands/UpdateCommandTest.php | 6 ++---- 4 files changed, 6 insertions(+), 8 deletions(-) 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 c139748..5154c0e 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -1,6 +1,6 @@