diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index 295e1f7..b7428fd 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -5,5 +5,6 @@
PHPCS configuration file for docker-example-drupal.
src
-
-
+
+
+
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 8ce41f3..c9c2c07 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -2,6 +2,8 @@
parameters:
level: max
+ excludePaths:
+ - *Test.php
+ - *TestBase.php
paths:
- - web/modules/custom
-
\ No newline at end of file
+ - web/modules/custom
\ No newline at end of file