Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Add convertDeprecationsToExceptions to phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 9, 2023
1 parent 56a837d commit 5d93f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
processIsolation="false"
stopOnFailure="false">

Expand Down

0 comments on commit 5d93f86

Please sign in to comment.