Recently for a .NET Core project, I took advantage of xUnit’s Theory annotation so that I could avoid writing a Fact for every case in the switch statement.
Laravel doesn't come with a built-in way to run different types of tests. This post will help you create Artisan commands to easily run all your tests.