I have a project I created with composer create-project command, but before running composer install, I added one more package to project composer.json file.
After installing the packages, I correctly have all the dependencies including the one newly added in the vendor directory. What I want now is to run the tests of the package that I manually added to composer.json. I tried the below, but doesn't seem to run the tests of the said package
./vendor/bin/phpunit