Install PHPUnit on Leopard


sudo su

pear channel-discover pear.phpunit.de

pear install phpunit/PHPUnit

# you can find (/usr/lib/php/pear/PHPUnit)

cd /private/etc

cp php.ini.default php.ini

vim php.ini

find include_path, and change the value to “.:/usr/lib/php/pear”

Tags:

No Related Posts

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts
[Mac] Upgrade to Leopard

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Be the first to leave a comment!