Skip to content

Commit 9dc4084

Browse files
authored
Merge pull request #191 from wp-cli/update-phpunit-config
2 parents 6bf8dae + 082dee8 commit 9dc4084

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/package-command tests">

0 commit comments

Comments
 (0)