diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 72ac8b9..f5a0475 100644 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -9,4 +9,6 @@ parameters: fileExtensions: - php excludes_analyse: - - *.tpl.php \ No newline at end of file + - *.tpl.php + - */tests/* + - */test/* \ No newline at end of file