Download http://pear.phpunit.de/get/phpunit.phar
Edit ~/.bash_profile:
alias php="d:/online/xampp/php/php.exe"
alias phpunit="php d:/online/xampp/php/phpunit.phar"
In any directory: phpunit test.php
Download http://pear.phpunit.de/get/phpunit.phar
Edit ~/.bash_profile:
alias php="d:/online/xampp/php/php.exe"
alias phpunit="php d:/online/xampp/php/phpunit.phar"
In any directory: phpunit test.php