diff --git a/phpcs.xml.dist b/phpcs.xml.dist
new file mode 100644
index 0000000..5fb9e39
--- /dev/null
+++ b/phpcs.xml.dist
@@ -0,0 +1,31 @@
+
+
+
+
+ PHPCS configuration file for docker-example-drupal-commerce-kickstart.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
new file mode 100644
index 0000000..8a1dc84
--- /dev/null
+++ b/phpstan.neon.dist
@@ -0,0 +1,9 @@
+# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
+
+parameters:
+ level:
+ excludePaths:
+ - *Test.php
+ - *TestBase.php
+ paths:
+
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
new file mode 100644
index 0000000..179546d
--- /dev/null
+++ b/phpunit.xml.dist
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ./web/modules/custom/**/tests/**/Functional
+
+
+ ./web/modules/custom/**/tests/**/Kernel
+
+
+ ./web/modules/custom/**/tests/**/Unit
+
+
+