Skip to content

Instantly share code, notes, and snippets.

@scribu
Created September 30, 2011 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save scribu/1252336 to your computer and use it in GitHub Desktop.
Save scribu/1252336 to your computer and use it in GitHub Desktop.
PHPUnit install script on Ubuntu
#!/bin/bash
sudo apt-get install php-pear
sudo pear upgrade pear
sudo pear channel-discover pear.phpunit.de
sudo pear channel-discover components.ez.no
sudo pear channel-discover pear.symfony-project.com
sudo pear install --alldeps phpunit/PHPUnit
@Awilum
Copy link

Awilum commented Feb 24, 2012

sudo pear install --alldeps --force phpunit/phpunit

@marouen-soft
Copy link

sudo pear install phpunit/phpunit_selenium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment