Skip to content

Instantly share code, notes, and snippets.

@itspriddle
Created April 17, 2013 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itspriddle/5406628 to your computer and use it in GitHub Desktop.
Save itspriddle/5406628 to your computer and use it in GitHub Desktop.
Installing PHPUnit via PEAR on OS X Mountain Lion
wget http://pear.php.net/go-pear.phar
php -d detect_unicode=0 go-pear.phar
export PATH=$HOME/pear/bin
pear config-set auto_discover 1
pear install --alldeps pear.phpunit.de/PHPUnit
pear install phpunit/dbUnit phpunit/PHPUnit_Selenium phpunit/PHPUnit_Story
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment