podu-file-plus's avatar

php artisan test not defined

Hi,

I'm upgrading my Laravel Application but running my tests doesn't work. I get the error "Command "test" is not defined.

Any pointers here?

0 likes
2 replies
bobbybouwmann's avatar
Level 88

Make sure that you actually upgrade to Laravel 7.x. You can run php artisan --version to see what version you're using. If you are already in the process of upgrading, make sure to update your composer.json dependency to ^7.x and run composer update

Please or to participate in this conversation.