test

Run the application tests

Options

  • coverage - Indicates whether code coverage information should be collected Optional
  • drop-databases - Indicates if the test databases should be dropped Optional
  • min - Indicates the minimum threshold enforcement for code coverage Optional
  • parallel - Indicates if the tests should run in parallel Optional
  • recreate-databases - Indicates if the test databases should be re-created Optional
  • without-tty - Disable output to TTY Optional
php artisan test [--without-tty] [--coverage] [--min [MIN]] [-p|--parallel] [--recreate-databases] [--drop-databases]