diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 8f157fcc5..d949b6d81 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,11 +2,20 @@ + cacheResultFile=".phpunit.cache/test-results" + executionOrder="depends,defects" + forceCoversAnnotation="true" + beStrictAboutCoversAnnotation="true" + beStrictAboutOutputDuringTests="true" + beStrictAboutTodoAnnotatedTests="true" + convertDeprecationsToExceptions="true" + failOnRisky="true" + failOnWarning="true" + verbose="true">