Infection mutation testing bridge
Important
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.
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.
composer require --dev testo/bridge-infection