if the Pear
command didn't work try this:
First off I'm assuming xampp is installed to C:\xampp
- Open a command prompt and go to C:\xampp\php
- Type "pear update-channels" (updates channel definitions)
- Type "pear upgrade" (upgrades all existing packages and pear)
- Type "pear channel-discover components.ez.no" (this is needed for PHPUnit)
- Type "pear channel-discover pear.symfony-project.com" (also needed by PHPUnit)
- Type "pear channel-discover pear.phpunit.de" (This IS phpunit)
- Type "pear install --alldeps phpunit/PHPUnit" (installs PHPUnit and all dependencies)