-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
PHPUnit allows you to pass options.
As you've probably seen in the Test-Driven Laravel course already, there's a section on integration testing that explains why you may want to run the whole suite excluding certain groups.
It would be awesome to be able to configure additional options for each of the three test types (method, class, and suite).