- Guide
- Playground
- GitHub
-
Ecosystem
Help
Resource Lists
Recent Posts
- What's new in Infection 0.26.0
- What's new in Infection 0.25.0
- What's new in Infection 0.24.0
- What's new in Infection 0.23.0
- What's new in Infection 0.21.0
- What's new in Infection 0.20.0
- What's new in Infection 0.19.0
- What's new in Infection 0.18.0
- What's new in Infection 0.17.0
- What's new in Infection 0.16.0
What's new in Infection 0.23.0
May 13, 2021
Release: https://github.com/infection/infection/releases/tag/0.23.0
BC Breaks
- Ignoring mutating code commented with
@codeCoverageIgnore
is no longer supported. Use@infection-ignore-all
instead. See https://infection.github.io/guide/usage.html#infection-ignore-all-support
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 ♥️