Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 907f120

Browse files
committed
removed stopOnFailure property dropped by phpunit 7.x
1 parent 12cb483 commit 907f120

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpunit.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
99
processIsolation="false"
10-
stopOnFailure="false"
11-
syntaxCheck="false">
10+
stopOnFailure="false">
1211

1312
<filter>
1413
<whitelist processUncoveredFilesFromWhitelist="true">

0 commit comments

Comments
 (0)