diff --git a/phpunit.xml b/phpunit.xml index 649a257..766495c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,12 +1,27 @@ + cacheResultFile=".phpunit.cache/test-results" + executionOrder="depends,defects" + forceCoversAnnotation="true" + beStrictAboutCoversAnnotation="true" + beStrictAboutOutputDuringTests="true" + beStrictAboutTodoAnnotatedTests="true" + convertDeprecationsToExceptions="true" + failOnRisky="true" + failOnWarning="true" + verbose="true"> - - ./tests + + tests + + + + src + +