From d70f8b8da8b0ca9ad6bc58fb9e78cf3a2f56be4a Mon Sep 17 00:00:00 2001 From: Di Date: Wed, 13 Mar 2024 16:53:59 +0100 Subject: [PATCH] wip --- .gitignore | 1 + phpunit.xml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 phpunit.xml diff --git a/.gitignore b/.gitignore index 59290b6..4077fee 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ vendor coverage .idea .phpunit.result.cache +.phpunit.cache \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..04d743b --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,23 @@ + + + + + tests + + + + + + src + + +