Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 46e733b

Browse files
committed
try to support 7.2 even on 4.0
1 parent 3500693 commit 46e733b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
bootstrap="./tests/bootstrap.php"
99
colors="true"
1010
columns="max"
11-
convertErrorsToExceptions="true"
12-
convertNoticesToExceptions="true"
13-
convertWarningsToExceptions="true"
11+
convertErrorsToExceptions="false"
12+
convertNoticesToExceptions="false"
13+
convertWarningsToExceptions="false"
1414
processIsolation="false"
1515
stopOnFailure="false"
1616
>

0 commit comments

Comments
 (0)