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 + +