Skip to content

Commit 3b17297

Browse files
committed
minor #22387 fail when detecting risky tests (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- fail when detecting risky tests | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | The `--fail-on-risky` option is available since sebastianbergmann/phpunit@7e06a82 which was first released with PHPUnit 5.2. Commits ------- f8be98a fail when detecting risky tests
2 parents 3802117 + f8be98a commit 3b17297

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
@@ -5,6 +5,8 @@
55
backupGlobals="false"
66
colors="true"
77
bootstrap="vendor/autoload.php"
8+
failOnRisky="true"
9+
failOnWarning="true"
810
>
911
<php>
1012
<ini name="error_reporting" value="-1" />

0 commit comments

Comments
 (0)