Commands.app

php artisan make:test

Testing

Create a new test class

Options & Flags
Available options for this command
--unit

Create a unit test

--pest

Create a Pest test

Examples
Common usage examples

Create a feature test

php artisan make:test UserTest

Create a unit test

php artisan make:test UserTest --unit
Related Commands
You might also find these useful