diff --git a/.gitignore b/.gitignore index e19ef44..df4abc2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ composer.lock vendor .idea .php-cs-fixer.cache +.phpunit.cache diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1903844..5e9d911 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,22 +1,21 @@ - - - - tests - - - - - src/ - - + stopOnFailure="false" + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" + cacheDirectory=".phpunit.cache" + backupStaticProperties="false"> + + + tests + + + + + src/ + +