diff --git a/composer.json b/composer.json index a332c9e..a6b7b76 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,8 @@ }, "autoload": { "psr-4": { - "Contao\\PhpStan\\": "src/" + "Contao\\PhpStan\\": "src/", + "Contao\\CoreBundle\\Tests\\": "../../contao/core-bundle/tests/" } }, "autoload-dev": {