how to run a specific test in laravel

70

php artisan test --filter {MethodName}

// for instance
php artisan test --filter test_example

Comments

Submit
0 Comments