test

Run the application tests

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

Options

compactOptional

Indicates whether the compact printer should be used

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

profileOptional

Lists top 10 slowest tests

recreate-databasesOptional

Indicates if the test databases should be re-created

without-databasesOptional

Indicates if database configuration should be performed

without-ttyOptional

Disable output to TTY