Skip to content

Instantly share code, notes, and snippets.

@patcoll
Created March 23, 2011 16:33
Show Gist options
  • Save patcoll/883401 to your computer and use it in GitHub Desktop.
Save patcoll/883401 to your computer and use it in GitHub Desktop.
#!/bin/bash
# installs latest PHPUnit
# use sudo if necessary
pear upgrade PEAR # newest phpunit needs pear 1.9.2
pear channel-discover components.ez.no
pear channel-discover pear.symfony-project.com
pear channel-discover pear.phpunit.de
pear install phpunit/PHPUnit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment