One minute
PHPUnit Test Single Method
A common search I need to do after I have not used it in a while is, how to run a single test method.
phpunit --filter methodName path/to/file.php
Credits go to Alex on Stackoverflow
Read other posts