test

Run the application tests

Terminal
php artisan test [--without-tty] [--coverage] [--min [MIN]] [-p|--parallel] [--recreate-databases] [--drop-databases]

Options

coverageOptional

Indicates whether code coverage information should be collected

drop-databasesOptional

Indicates if the test databases should be dropped

minOptional

Indicates the minimum threshold enforcement for code coverage

parallelOptional

Indicates if the tests should run in parallel

recreate-databasesOptional

Indicates if the test databases should be re-created

without-ttyOptional

Disable output to TTY