compact
- Indicates whether the compact printer should be used Optionalcoverage
- Indicates whether code coverage information should be collected Optionaldrop-databases
- Indicates if the test databases should be dropped Optionalmin
- Indicates the minimum threshold enforcement for code coverage Optionalparallel
- Indicates if the tests should run in parallel Optionalprofile
- Lists top 10 slowest tests Optionalrecreate-databases
- Indicates if the test databases should be re-created Optionalwithout-databases
- Indicates if database configuration should be performed Optionalwithout-tty
- Disable output to TTY Optionalphp artisan test [--without-tty] [--compact] [--coverage] [--min [MIN]] [-p|--parallel] [--profile] [--recreate-databases] [--drop-databases] [--without-databases]