This commit is contained in:
nuno maduro
2026-05-01 20:02:46 +01:00
parent 45b1d4ce20
commit bed5e5b54a
39 changed files with 4 additions and 426 deletions

View File

@ -31,11 +31,6 @@ use Symfony\Component\Process\Process;
use Throwable;
/**
* Test Impact Analysis plugin — record/replay, parallel-aware.
*
* Must be registered before `Parallel` — Parallel exits on `--parallel`,
* so later plugins never execute.
*
* @internal
*/
final class Tia implements AddsOutput, HandlesArguments, Terminable