I have project on Symfony 2 and i would like use PHPUNIT on Windows 7.
On githut phpunit is: Composer Simply add a dependency on phpunit/phpunit to your proje
Easiest way to install phpunit via composer is to run from project root.
$ composer require phpunit/phpunit
What this would do is, it will create a phpunit folder inside vendor/bin and you can run unit tests like this..
$ ./vendor/bin/phpunit