From 8acfd169c83c821beecd91e858bc99553af97d11 Mon Sep 17 00:00:00 2001 From: Jesse Rushlow Date: Tue, 2 Apr 2024 13:35:53 -0400 Subject: [PATCH] expand test dir coverage --- phpstan.dist.neon | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index b68865445..37fa11aa0 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -5,7 +5,19 @@ parameters: - vendor/autoload.php paths: - src/Maker + - tests/Command + - tests/Docker - tests/Maker + excludePaths: + - tests/Doctrine/fixtures + - tests/fixtures + - tests/Security/fixtures + - tests/Security/yaml_fixtures + - tests/tmp + - tests/Util/fixtures + - tests/Util/yaml_fixtures + + # - tests # symfony: # containerXmlPath: var/cache/test/App_KernelTestDebugContainer.xml