Skip to content

Commit d67d834

Browse files
authored
Merge pull request #348 from wp-cli/update-phpunit-config
2 parents b2b60c7 + e8497b6 commit d67d834

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
backupGlobals="false"
55
colors="true"
66
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
87
convertWarningsToExceptions="true"
8+
convertNoticesToExceptions="true"
9+
convertDeprecationsToExceptions="true"
910
>
1011
<testsuites>
1112
<testsuite name="testing">

0 commit comments

Comments
 (0)