You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Currently, it identifies the following:
12
12
- Psalm checks based on the presence of `psalm.xml.dist` or `psalm.xml` files.
13
13
- ComposerRequireChecker checks based on the presence of `composer-require-checker.json` file.
14
14
- phpbench benchmarks based on the presence of a `phpbench.json`.
15
+
- Infection mutation tests based on the presence of `infection.json` or `infection.json.dist`. In case that `roave/infection-static-analysis-plugin` is installed, this will be used instead.
15
16
- Markdown documentation based on the presence of a `mkdocs.yml` and/or markdown files in the `doc/book/` or `doc/books/` trees.
16
17
- Codeception checks based on the presence of `codeception.yml.dist` or `codeception.yml` files.
0 commit comments