Skip to content

Commit e000111

Browse files
committed
Stop on first test failure
1 parent 37b77b5 commit e000111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
convertErrorsToExceptions="true"
1010
convertNoticesToExceptions="true"
1111
convertWarningsToExceptions="true"
12-
stopOnFailure="false"
12+
stopOnFailure="true"
1313
syntaxCheck="false"
1414
bootstrap="tests/bootstrap.php"
1515
>

0 commit comments

Comments
 (0)