1

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.

GZaidman
  • 111
  • 1

1 Answers1

0

Have you tried yum install php-pear-PHPUnit?

jscott
  • 24,204
  • 8
  • 77
  • 99
Vick Vega
  • 2,398
  • 16
  • 22