diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index c990e28..1da1b94 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -5,5 +5,6 @@
PHPCS configuration file for docker-example-drupal-localgov.
src
-
-
+
+
+
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 5901cfc..338213d 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -2,6 +2,8 @@
parameters:
level: max
+ excludePaths:
+ - *Test.php
+ - *TestBase.php
paths:
- - src
-
\ No newline at end of file
+ - src
\ No newline at end of file