Skip to content
Logo of the Infection project, which uses some Symfony components

Infection

A code quality project using Symfony components

Infection 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. Infection currently supports PHPUnit and PhpSpec test frameworks, requires PHP 7.1+ and Xdebug/phpdbg installed.

Official website: infection.github.io