diff --git a/tests/Admin/AdminTest.php b/tests/Admin/AdminTest.php index 062c62f..e798523 100644 --- a/tests/Admin/AdminTest.php +++ b/tests/Admin/AdminTest.php @@ -12,7 +12,7 @@ */ declare(strict_types=1); -namespace Modules\tests\Draw\Admin; +namespace Modules\Draw\tests\Admin; /** * @internal diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php index 37cc228..eff7027 100644 --- a/tests/ControllerTest.php +++ b/tests/ControllerTest.php @@ -12,7 +12,7 @@ */ declare(strict_types=1); -namespace Modules\tests\Draw; +namespace Modules\Draw\tests; require_once __DIR__ . '/../Autoloader.php';