Skip to content

Commit 4b5878b

Browse files
committed
fix: add convert to warning for exceptions in phpunits
1 parent 9c92771 commit 4b5878b

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
@@ -4,6 +4,10 @@
44
backupGlobals="false"
55
bootstrap="vendor/autoload.php"
66
colors="true"
7+
convertErrorsToExceptions="true"
8+
convertNoticesToExceptions="true"
9+
convertWarningsToExceptions="true"
10+
verbose="true"
711
processIsolation="false"
812
stopOnFailure="false"
913
>

0 commit comments

Comments
 (0)