diff --git a/.gitignore b/.gitignore index 9efedb7..47ee3f8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ composer.lock .editorconfig .gitattributes +phpunit.xml 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 + + +