From 70762c09eba358cc499ce7537f5b7ced978f82a5 Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Tue, 25 Feb 2025 20:39:17 +0100 Subject: [PATCH] Update PHPUnit config --- phpunit.xml.dist | 49 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 38b5d53..150d63f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,32 +1,31 @@ - - - tests - - - - - src/ - - - - - - - - - - + stopOnFailure="false" + cacheDirectory=".phpunit.cache"> + + + tests + + + + + + + + + + + + + + + src/ + +