diff --git a/phpunit.xml b/phpunit.xml index 96c9fdfa..aab1f10c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -2,9 +2,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd" beStrictAboutChangesToGlobalState="true" + beStrictAboutOutputDuringTests="true" + beStrictAboutTodoAnnotatedTests="true" cacheResult="false" colors="true" + convertDeprecationsToExceptions="true" forceCoversAnnotation="true" + verbose="true" >