From 4fe4416ea36255ddf5aa56e0b0df8b791e70af08 Mon Sep 17 00:00:00 2001 From: Fausto Quaggia Date: Mon, 8 Jul 2024 22:24:01 +0200 Subject: [PATCH] fix: phpunit --- phpunit.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 649a257..766495c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,12 +1,27 @@ + cacheResultFile=".phpunit.cache/test-results" + executionOrder="depends,defects" + forceCoversAnnotation="true" + beStrictAboutCoversAnnotation="true" + beStrictAboutOutputDuringTests="true" + beStrictAboutTodoAnnotatedTests="true" + convertDeprecationsToExceptions="true" + failOnRisky="true" + failOnWarning="true" + verbose="true"> - - ./tests + + tests + + + + src + +