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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ docker run -v /path/to/project:/app umutphp/php-docker-images-for-ci:7.1 cd /app
176
176
```
177
177
178
178
#### infection ####
179
-
[Infection](https://infection.github.io/) is a PHP mutation testing framework based on AST (Abstract Syntax Tree) mutations. It works as a CLI tool and can be executed from your project’s root. It requires atleast PHP 7.1 and does not work with PHP 8.1.
179
+
[Infection](https://infection.github.io/) is a PHP mutation testing framework based on AST (Abstract Syntax Tree) mutations. It works as a CLI tool and can be executed from your project’s root.
180
180
181
181
```
182
182
docker run -v /path/to/project:/app umutphp/php-docker-images-for-ci:7.1 infection
0 commit comments