Thursday, May 20, 2010

How to install PHPUnit in Centos 5.x

yum install php-pear-PHPUnit

In the file /etc/php.ini add the following line:

include_path = ".:/usr/share/pear/"

No comments:

Post a Comment