What's new in Infection 0.23.0

May 13, 2021

Release: https://github.com/infection/infection/releases/tag/0.23.0

BC Breaks

Pest Test Framework support

Pest is getting more and more popular nowadays. Together with the Pest team, we’ve added support for this test framework in Infection.

Install Infection using for example Composer package:

composer require infection/infection --dev

Then, you can run mutation testing for Pest:

XDEBUG_MODE=coverage vendor/bin/infection --test-framework=pest --show-mutations

Enjoying Infection? Consider supporting us on GitHub Sponsors ♥️

https://github.com/sponsors/infection

Star