xtopher's avatar

Package Test

how can I run laravel phpunit test for different packages that is packages in the vendors folder

0 likes
2 replies
ChristophHarms's avatar

You would not run tests in your vendor folder. If you are developing a package, you would put that into project-root/packages/your-name-or-vendor-id/your-package-name

PS: what are "laravel tests"?

xtopher's avatar

I meant to say phpunit tests. I've updated it

Please or to participate in this conversation.