diff --git a/phpunit.xml b/phpunit.xml index 3932a94e4..18027d721 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,26 +1,23 @@ - - - - - - - - - - + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" + bootstrap="y" + cacheDirectory=".phpunit.cache" + executionOrder="depends,defects" + requireCoverageMetadata="true" + beStrictAboutCoverageMetadata="true" + beStrictAboutOutputDuringTests="true" + failOnRisky="true" + failOnWarning="true"> - - ./tests + + tests + + + + src + +