Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit c4396d6

Browse files
committed
Fix: Never ever stop
1 parent 690a521 commit c4396d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
convertNoticesToExceptions="true"
1111
convertWarningsToExceptions="true"
1212
processIsolation="false"
13+
stopOnError="false"
1314
stopOnFailure="false"
15+
stopOnIncomplete="false"
16+
stopOnSkipped="false"
1417
verbose="true"
1518
>
1619
<testsuite name="Test all modules">

0 commit comments

Comments
 (0)