Skip to content

Commit 69fad51

Browse files
Fix minimum MSI threshold for infection tool
Signed-off-by: Marijn van Wezel <96489967+marijnvanwezel@users.noreply.github.com>
1 parent 2090f60 commit 69fad51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ After making your changes and adding your tests, you can check whether the minim
6969
```
7070
$ XDEBUG_MODE=coverage php vendor/bin/phpunit --testsuite unit
7171
$ php vendor/bin/coverage-check coverage/clover.xml 90
72-
$ XDEBUG_MODE=coverage php vendor/bin/infection --min-msi=8
72+
$ XDEBUG_MODE=coverage php vendor/bin/infection --min-msi=85
7373
```
7474

7575
## Running test suites

0 commit comments

Comments
 (0)