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.

20m read timeFrom sarvendev.com
Post cover image
Table of contents
Mutation testingInfection frameworkHow it works?Summary

Sort: