Skip to content

Commit

Permalink
change PHPUnit stopOnError to true
Browse files Browse the repository at this point in the history
  • Loading branch information
atanas-dev committed Oct 23, 2018
1 parent ff54244 commit 1c13587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpTests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<phpunit
bootstrap="./tests/php/bootstrap.php"
colors="true"
stopOnError="true"
stopOnError="false"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestsThatDoNotTestAnything="true"
convertErrorsToExceptions="true"
Expand Down

0 comments on commit 1c13587

Please sign in to comment.