diff --git a/phpcs.xml.dist b/phpcs.xml.dist deleted file mode 100644 index 5fb9e39..0000000 --- a/phpcs.xml.dist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - PHPCS configuration file for docker-example-drupal-commerce-kickstart. - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/phpstan.neon.dist b/phpstan.neon.dist deleted file mode 100644 index 8a1dc84..0000000 --- a/phpstan.neon.dist +++ /dev/null @@ -1,9 +0,0 @@ -# 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 deleted file mode 100644 index 179546d..0000000 --- a/phpunit.xml.dist +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - ./web/modules/custom/**/tests/**/Functional - - - ./web/modules/custom/**/tests/**/Kernel - - - ./web/modules/custom/**/tests/**/Unit - - -