I want to install PHPUnit 3.7 on my windows server. I followed the various instructions here and ended up with PHPUnit 3.4.1. When I try to install it again using:
pear update channels
pear install --alldeps phpunit/PHPUnit
I get:
phpunit/PHPUnit is already installed and is the same as the released version 3.4.15
install failed
I know that 3.4.15 is not the latest version... How can I convince PEAR that it should find an upgrade somewhere?
To verify PHPUnit has been installed type phpunit --version in command prompt.
You probably want the --force (or -f) option on pear install:
pear install -a -f phpunit/PHPUnit
I was running into problems with PHPUnit until I found this post
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With