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
Thanks, this just helped me out. Never had to do it on Windows before.
ReplyDeletepallsopp@gmail.com
Thank you!
ReplyDeleteThank you :-)
ReplyDeleteThank you
ReplyDeleteThanks a lot
ReplyDeleteAdd a note into step 7:
ReplyDeleteIf appear the next message “No releases available for package “pear.phpunit.de/PHPUnit” install failed write the next step
pear clear-cache
Thank you for your post Neil.
santihernando@gmail.com
Add a note into 7 step
ReplyDeleteIf appear the next message “No releases available for package “pear.phpunit.de/PHPUnit” install failed write the next step
pear clear-cache
Thanks you for your post, Neil. It was so easy.
santihernando@gmail.com
great! it help me !
ReplyDelete