diff --git a/.gitignore b/.gitignore index 03468bd..5f7b4f8 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /.editorconfig /.gitattributes +/.phpunit.result.cache diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..82db71a --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,14 @@ + + + + + + + + + + + ./web/modules/** + + +