Hello @kartik,
Run following command in your project's root directory
phpunit app/tests/
You can also run with the following command if phpunit is not installed on your machine. Which is also better to avoid version differences between team mates.
vendor/bin/phpunit
Hope it helps!!
Thank you!!