Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 55a1d17

Browse files
Disabled convert notices to errors
1 parent c67b7ce commit 55a1d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
bootstrap="vendor/autoload.php"
88
colors="true"
99
convertErrorsToExceptions="true"
10-
convertNoticesToExceptions="true"
10+
convertNoticesToExceptions="false"
1111
convertWarningsToExceptions="false"
1212
processIsolation="false"
1313
stopOnError="false"

0 commit comments

Comments
 (0)