diff --git a/phpunit.xml b/phpunit.xml index 5f3dd4588..249dd48b9 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,6 +1,15 @@ + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd" + beStrictAboutChangesToGlobalState="true" + beStrictAboutOutputDuringTests="true" + beStrictAboutTodoAnnotatedTests="true" + cacheResult="false" + colors="true" + convertDeprecationsToExceptions="true" + forceCoversAnnotation="true" + verbose="true" +> tests