diff --git a/templates/phpunit.xml.dist b/templates/phpunit.xml.dist index 50421ece..16539679 100644 --- a/templates/phpunit.xml.dist +++ b/templates/phpunit.xml.dist @@ -4,8 +4,9 @@ backupGlobals="false" colors="true" convertErrorsToExceptions="true" - convertNoticesToExceptions="true" convertWarningsToExceptions="true" + convertNoticesToExceptions="true" + convertDeprecationsToExceptions="true" >