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).
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).