php artisan test
TestingRun the application tests
Options & Flags
Available options for this command
--parallelRun tests in parallel
--filterFilter which tests to run
--coverageGenerate code coverage report
Examples
Common usage examples
Run all tests
php artisan testRun tests in parallel
php artisan test --parallelRun specific test
php artisan test --filter UserTestRelated Commands
You might also find these useful