infection icon indicating copy to clipboard operation
infection copied to clipboard

PHP Mutation Testing library

Results 177 infection issues
Sort by recently updated
recently updated
newest added

Thoughts: - we all know that MT is by design slow. And I know that many developers (especially who didn't try it, or used it incorrectly) think that MT can't...

blocked

Maybe to distinguish the two, rather than CI & non-CI, this could be interactive vs non-interactive, as you usually do not want a progress bar in a non-interactive environment _Originally...

| Question | Answer | ------------| --------------- | Infection version |0.29.12 | Test Framework version | PHPUnit 10.5.41 | PHP version | 8.3.6 | Platform | Mint (linux) | Github...

Question

This PR: - [x] Adds new feature ... - [ ] Covered by tests - [ ] Doc PR: doesn't need to be documented A small contribution should you choose...

My goal is to update `CONTRIBUTION.md` guide to explain how Infection should be developed and checked/tested for contributors, because this file is outdated. During analyzing it, I found that our...

When running Infection, a mutation that should be marked as “Killed” ends up in the “Errors” section. The specific mutation is related to a PublicVisibility change. Additionally, the output from...

**Is your feature request related to a problem? Please describe.** I am using infection on a moodle plugin and now want to use the git-diff-lines/filter feature. The issue is that...

Feature Request