Skip to content

Commit 81ccbbd

Browse files
committed
fail when detecting risky tests
1 parent b181477 commit 81ccbbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
stopOnFailure="false"
1111
syntaxCheck="false"
1212
bootstrap="vendor/autoload.php"
13+
failOnRisky="true"
14+
failOnWarning="true"
1315
>
1416
<php>
1517
<ini name="error_reporting" value="-1" />

0 commit comments

Comments
 (0)