diff --git a/composer.json b/composer.json index 4a457d250..a9aad1110 100644 --- a/composer.json +++ b/composer.json @@ -57,6 +57,11 @@ "**/Database/Migrations/**" ] }, + "autoload-dev": { + "psr-4": { + "Tests\\": "tests/" + } + }, "config": { "allow-plugins": { "phpstan/extension-installer": true