Skip to content

Commit dc7ef00

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: fail when detecting risky tests
2 parents 028898c + 81ccbbd commit dc7ef00

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)