From 2142966dd927faf0869403882d38e8d14a3f861e Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Fri, 12 Jul 2024 22:22:38 +0200 Subject: [PATCH] Update phpunit settings --- .gitignore | 1 - phpunit.xml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 phpunit.xml diff --git a/.gitignore b/.gitignore index a3a64a2..78f83f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .DS_Store composer.lock -phpunit.xml vendor .idea composer.phar diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..1fbf04e --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,19 @@ + + + + + ./tests/ + + + + + ./src/ + + +