Skip to content

Commit 60b8e81

Browse files
committed
Depreciations to exceptions for PHPUnit
1 parent 09cdc12 commit 60b8e81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
9+
convertDeprecationsToExceptions="true"
910
processIsolation="false"
1011
stopOnFailure="true"
1112
bootstrap="./tests/bootstrap.php"

0 commit comments

Comments
 (0)