php artisan make:test
TestingCreate a new test class
Options & Flags
Available options for this command
--unitCreate a unit test
--pestCreate a Pest test
Examples
Common usage examples
Create a feature test
php artisan make:test UserTestCreate a unit test
php artisan make:test UserTest --unitRelated Commands
You might also find these useful