Skip to content

Instantly share code, notes, and snippets.

@spolischook
Last active August 29, 2015 14:05
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 spolischook/b4e09cce5075c3d1b750 to your computer and use it in GitHub Desktop.
Save spolischook/b4e09cce5075c3d1b750 to your computer and use it in GitHub Desktop.
Install/reinstall phpUnit on Ubuntu
sudo apt-get remove phpunit
sudo pear channel-discover pear.phpunit.de
sudo pear channel-discover pear.symfony-project.com
sudo pear channel-discover components.ez.no
sudo pear update-channels
sudo pear upgrade-all
sudo pear install --alldeps phpunit/PHPUnit sudo pear install --force --alldeps pear.phpunit.de/PHPUnit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment