diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 1efb4ca..424b4ad 100644 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -12,7 +12,7 @@ */ declare(strict_types=1); -namespace Modules\tests\Profile\Admin; +namespace Modules\Profile\tests\Admin; /** * @internal diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php index 596b95c..ed289d0 100644 --- a/tests/ControllerTest.php +++ b/tests/ControllerTest.php @@ -12,7 +12,7 @@ */ declare(strict_types=1); -namespace Modules\tests\Profile; +namespace Modules\Profile\tests; require_once __DIR__ . '/../Autoloader.php'; diff --git a/tests/Models/ProfileMapperTest.php b/tests/Models/ProfileMapperTest.php index 4a577d8..b96083f 100644 --- a/tests/Models/ProfileMapperTest.php +++ b/tests/Models/ProfileMapperTest.php @@ -12,7 +12,7 @@ */ declare(strict_types=1); -namespace Modules\tests\ClientMapper\Models; +namespace Modules\ClientMapper\tests\Models; use Modules\Admin\Models\AccountMapper; use Modules\Admin\Models\NullAccount; diff --git a/tests/Models/ProfileTest.php b/tests/Models/ProfileTest.php index c91b970..bd958bf 100644 --- a/tests/Models/ProfileTest.php +++ b/tests/Models/ProfileTest.php @@ -12,7 +12,7 @@ */ declare(strict_types=1); -namespace Modules\tests\Profile\Models; +namespace Modules\Profile\tests\Models; use Modules\Profile\Models\Profile;