Skip to content

Commit 1632e25

Browse files
authored
Merge pull request #221 from wp-cli/update-phpunit-config
2 parents c6d1a2c + aad945e commit 1632e25

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
@@ -1,6 +1,10 @@
11
<phpunit
22
bootstrap="tests/bootstrap.php"
33
colors="true"
4+
convertErrorsToExceptions="true"
5+
convertWarningsToExceptions="true"
6+
convertNoticesToExceptions="true"
7+
convertDeprecationsToExceptions="true"
48
>
59
<testsuites>
610
<testsuite name="default">

0 commit comments

Comments
 (0)