From 48c78357891cf260be551aa559059ad572be5882 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 13 Dec 2023 00:58:05 +0000 Subject: [PATCH] Revert "Update build configuration files" This reverts commit 3f886a5f8bf937af98a8e3892290df68f1fca577. --- phpcs.xml.dist | 31 ------------------------------- phpstan.neon.dist | 9 --------- phpunit.xml.dist | 37 ------------------------------------- 3 files changed, 77 deletions(-) delete mode 100644 phpcs.xml.dist delete mode 100644 phpstan.neon.dist delete mode 100644 phpunit.xml.dist 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 - - -