make:test

Create a new test class

Options

  • pest - Create a Pest test. Optional
  • unit - Create a unit test. Optional

Arguments

  • name - The name of the class Required
php artisan make:test [-u|--unit] [-p|--pest] [--] <name>