From 9361f434ceee8326c114b8170607f818e5a83301 Mon Sep 17 00:00:00 2001 From: Michael Newton Date: Wed, 18 Oct 2023 13:01:22 -0600 Subject: [PATCH] add testing config --- phpunit.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 phpunit.xml diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..7e143ee --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,18 @@ + + + + + ./tests/Unit + + + ./tests/Feature + + +