Skip to content

Commit

Permalink
Don't stop phpunit on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Feb 21, 2017
1 parent 4f0f5b1 commit 8f7194e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
Expand Down

0 comments on commit 8f7194e

Please sign in to comment.