From 29eca4af3dde9579177df77f62dc3cae866ceaad Mon Sep 17 00:00:00 2001 From: Dan0sz <18595395+Dan0sz@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:25:04 +0200 Subject: [PATCH] That didn't work. --- phpunit-with-integration.xml | 52 ++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/phpunit-with-integration.xml b/phpunit-with-integration.xml index daebd822..4f4f9dd6 100644 --- a/phpunit-with-integration.xml +++ b/phpunit-with-integration.xml @@ -1,29 +1,29 @@ - - - - - - tests - - - - - src - - + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd" + bootstrap="tests/bootstrap.php" + cacheResultFile=".phpunit.cache/test-results" + executionOrder="depends,defects" + forceCoversAnnotation="false" + beStrictAboutCoversAnnotation="false" + beStrictAboutOutputDuringTests="false" + beStrictAboutTodoAnnotatedTests="false" + convertDeprecationsToExceptions="false" + failOnRisky="true" + failOnWarning="true" + verbose="true"> + + + + + + tests + + + + + src + +