From 612840fd80ef8cec6ce224bfd38602f32a3ce586 Mon Sep 17 00:00:00 2001 From: Daniel Bosen Date: Thu, 25 Jul 2024 12:49:40 +0200 Subject: [PATCH 1/2] Add phpunit.xml.dist --- phpunit.xml.dist | 84 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 phpunit.xml.dist diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..a88d51f --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ./docroot/profiles/contrib/thunder + + + + + ./docroot/core + ./docroot/modules/*/tests + ./docroot/modules/*/*/tests + ./docroot/themes/*/tests + ./docroot/themes/*/*/tests + ./docroot/profiles/*/tests + ./docroot/profiles/*/*/tests + + + From de345b7d7093b62e044c0cc815a3201100879d0e Mon Sep 17 00:00:00 2001 From: Daniel Bosen Date: Thu, 25 Jul 2024 12:56:15 +0200 Subject: [PATCH 2/2] ignore phpunit.xml --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9efedb7..47ee3f8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ composer.lock .editorconfig .gitattributes +phpunit.xml