From ebd4e202c23a82455e89415883563ee66516523a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 25 Dec 2023 21:55:39 +0000 Subject: [PATCH] Configure PHPUnit --- .gitignore | 1 + phpunit.xml.dist | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 phpunit.xml.dist 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/** + + +