php artisan test doesnt run
Closed this issue · 0 comments
Bosphoramus commented
Im running a Laravel app with Pest v2, when doing "php artisan test" i get no output, the command just ends instantly without errors and no output, ./vendor/bin/pest works fine
I created another test Laravel installation using Laravel Installer (in its latest version) with the --pest flag
It works fine with both ./vendor/bin/pest and php artisan test as you can see below
Info on the following screenshots