Development
How to check for leftover debug code with Pest
We've all done it, committed to Git with a rouge dd() in our code, or perhaps some other function that's used for debugging. Fortunately, using PestPHP, there's a nice way of being able to catch these, so if you run tests as part of