Skip to content

Commit b10ed40

Browse files
committed
stopOnFailure
1 parent d6e96ed commit b10ed40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
convertNoticesToExceptions="true"
88
convertWarningsToExceptions="true"
99
processIsolation="false"
10-
stopOnFailure="true">
10+
stopOnFailure="false"
11+
>
1112
<testsuites>
1213
<testsuite name="unit">
1314
<directory>./tests/unit</directory>

0 commit comments

Comments
 (0)