diff --git a/phpunit.xml b/phpunit.xml index 08d699d118f1c53371827f6ad6772c2802b5b0a8..d3444e28ec8c634613c3fe33411044a53ddb30bd 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<phpunit colors="true"> +<phpunit colors="true" + beStrictAboutTestsThatDoNotTestAnything="true" + beStrictAboutOutputDuringTests="true" + beStrictAboutChangesToGlobalState="true" + printerClass="\Drupal\Tests\Listeners\HtmlOutputPrinter"> <php> <!-- Set error reporting to E_ALL. --> <ini name="error_reporting" value="32767"/>