Skip to content

Instantly share code, notes, and snippets.

@hajipy
Created October 4, 2011 07:33
Show Gist options
  • Save hajipy/1261081 to your computer and use it in GitHub Desktop.
Save hajipy/1261081 to your computer and use it in GitHub Desktop.
how to install phpunit
sudo pear upgrade PEAR
sudo pear channel-discover pear.phpunit.de
sudo pear config-set auto_discover 1
sudo pecl install xdebug
sudo pear install pear.phpunit.de/PHPUnit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment