testo / bridge-infection
Infection mutation testing adapter for the Testo testing framework.
Package info
github.com/php-testo/bridge-infection
Type:infection-extension
pkg:composer/testo/bridge-infection
Fund package maintenance!
Requires
- php: >=8.2
- infection/abstract-testframework-adapter: ^0.5
- infection/include-interceptor: ^0.2
README
Infection mutation testing bridge
Important
🪞 This is a read-only mirror.
Active development of the Testo project lives in php-testo/testo under bridge/infection/. This repository is automatically synchronized from there on every release.
File issues and pull requests in the main monorepo, not here.
About
Adapter that lets Infection drive Testo as the test framework for mutation testing. Wires Testo's --filter / --teamcity runtime to Infection's per-mutant invocation contract and consumes the PHPUnit-style coverage XML produced by testo/codecov for per-test attribution.
Auto-discovered by Infection through the infection/extension-installer plugin — no manual configuration beyond "testFramework": "testo" in infection.json.
Install
composer require --dev testo/bridge-infection