Skip to content

Commit 065bb37

Browse files
authored
Merge pull request #413 from wp-cli/update-phpunit-config
2 parents d24a26a + ea29381 commit 065bb37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
beStrictAboutOutputDuringTests="true"
77
beStrictAboutTestsThatDoNotTestAnything="true"
88
beStrictAboutTodoAnnotatedTests="true"
9+
convertErrorsToExceptions="true"
10+
convertWarningsToExceptions="true"
11+
convertNoticesToExceptions="true"
12+
convertDeprecationsToExceptions="true"
913
colors="true"
1014
verbose="true">
1115
<testsuite name="wp-cli/i18n-command tests">

0 commit comments

Comments
 (0)