- Guide
- Playground
- GitHub
-
Ecosystem
Help
Resource Lists
Documentation
- Introduction
- Installation
- Usage
- Command Line Options
- Mutators
- Custom Mutators
- Profiles
- Using with CI
- Mutation Badge, cloud HTML report
- How-to Guides
- Caveats
- Debugging Issues
- Infection Playground
- GitHub Sponsors ♥️
- Supported Test Frameworks
Miscellaneous
- Compare with competitors
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
Supported Test Frameworks
Infection supports the following Test Frameworks:
If you are using Phar distribution (downloading Phar or using Phive), all the test frameworks are bundled into it.
If you are using infection/infection
package, only PHPUnit
and Pest
are bundled. Additional Test Frameworks will be automatically installed on demand.
For example, running
infection --test-framework=codeception |
will notice that adapter is not installed and it will propose to install it in the same process:
We noticed you are using a test framework supported by an external Infection plugin. |
Caught a mistake or want to contribute to the documentation?
Edit this page on Github!