Created
March 23, 2011 16:33
-
-
Save patcoll/883401 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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