Skip to content

Instantly share code, notes, and snippets.

@visb
Created December 14, 2014 06:58
Show Gist options
  • Select an option

  • Save visb/1cb93d65d6c0fcb76af1 to your computer and use it in GitHub Desktop.

Select an option

Save visb/1cb93d65d6c0fcb76af1 to your computer and use it in GitHub Desktop.
install php unit on ubuntu
sudo apt-get install php-pear
sudo pear channel-update pear.php.net
sudo pear upgrade-all
sudo pear config-set auto_discover 1
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