Humbug is a Mutation Testing framework for PHP. Whereas Code Coverage can tell you what code your tests are executing, Mutation Testing is intended to help you judge how well your unit tests actually perform and where they could be improved.
composer require humbug/humbugNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run mutation testing
Ensure your PHP version meets the minimum requirement
No dependency data recorded yet.