Skip to content

Commit

Permalink
stopOnFailure
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed May 23, 2023
1 parent c56e61d commit 9540fa7
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">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
Expand Down

0 comments on commit 9540fa7

Please sign in to comment.