How to install phpunit on Windows
Published on 8/6/2011
the PHPUnit installer appears to be written by someone with mild autism….there’s no other explanation for it.
either way, here’s how i was able to install phpunit:
open the command prompt, type: (enter for each line)
- pear channel-update pear.php.net
- pear upgrade-all
- pear channel-discover pear.phpunit.de
- pear channel-discover components.ez.no
- pear channel-discover pear.symfony-project.com
- pear update-channels
- pear install -a -f phpunit/PHPUnit