Mutation testing is a tool to assess the quality of tests by modifying small pieces of code and checking the impact on the tests. The Infection framework is popular for mutation testing in PHP. It uses AST (Abstract Syntax Tree) and a parser to create mutated code and execute tests.
Sort: