Laravel Exécuter un test de fonctionnalité spécifique
php artisan test --filter {MethodName}
// for instance
php artisan test --filter test_example
simpaul13
php artisan test --filter {MethodName}
// for instance
php artisan test --filter test_example