Digging into: Humbug
While I’ve already used Humbug a few time, a recent article made my realize that I didn’t really know how it worked. That’s when I got the idea to dig into Humbug to learn how it works, and publish my findings here. Before we start, let’s quickly give some context on Humbug. What’s Humbug? « Humbug is a Mutation Testing framework for PHP » In a nutshell, you write unit tests to prevent regressions in your application and use code coverage as an indicator of how well your application is tested or protected. ...