Artisan.page

make:test

Create a new test class

Terminal
php artisan make:test [-f|--force] [-u|--unit] [-p|--pest] [--] <name>

Options

forceOptional

Create the class even if the test already exists

pestOptional

Create a Pest test

unitOptional

Create a unit test

Arguments

nameRequired

The name of the test