From b1256a3a4539f9447ffb04c2a224d477bceb8c5c Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Fri, 8 Mar 2024 23:26:50 +0100 Subject: [PATCH] wip --- .gitignore | 2 +- phpunit.xml.dist | 33 +++++++++++---------------------- 2 files changed, 12 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index cab72a48..497dab35 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ composer.lock vendor .phpunit.result.cache .php_cs.cache - +.phpunit.cache diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 500b21cb..7276a7cc 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,24 +1,13 @@ - - - - tests - - - - - src/ - - + + + + tests + + + + + src/ + +