Skip to content

Commit 020eaaa

Browse files
committed
Update PHPUnit config to convert deprecations to error
1 parent 2c43d0d commit 020eaaa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

phpunit.xml.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
bootstrap="tests/php/bootstrap.php"
33
backupGlobals="false"
44
colors="true"
5-
convertDeprecationsToExceptions="false"
6-
convertErrorsToExceptions="false"
7-
convertNoticesToExceptions="false"
8-
convertWarningsToExceptions="false"
5+
convertDeprecationsToExceptions="true"
6+
convertErrorsToExceptions="true"
7+
convertNoticesToExceptions="true"
8+
convertWarningsToExceptions="true"
99
defaultTestSuite="default"
1010
>
1111
<php>

0 commit comments

Comments
 (0)