Read more posts by this author. This article is part of my "Micro-Simplifications" series, you can find other articles here and and introduction about what this series is about here. Pest is a fairly new testing framework, it sits as a layer over the top of PHPUnit which the majority of people reading this are likely more familiar with. Pest refers to itself as 'a Testing Framework with a focus on simplicity that was carefully crafted to bring the joy of testing to PHP'.
It's a test, the only thing I care about is that I can find the test related to my controller or command etc and that it is testing my code.