I'm trying to install PHPUnit on my system using pear. after discovering and updating the channel, when I try to install PHPUnit using the following command:

sudo pear install phpunit/PHPUnit

I get the following error:

No releases for package "phpunit/PHPUnit" exist
Install failed

Any ideas on how to solve this problem? OS is Arch Linux 64 bit.

link|improve this question
The same error on Windows 7 x64... – styu Jul 16 '11 at 16:42
feedback

1 Answer

Have you tried yum install php-pear-PHPUnit ?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.