Created
September 20, 2010 13:29
-
-
Save rcmachado/587905 to your computer and use it in GitHub Desktop.
Installs PHPUnit on a very old CentOS 5.3
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 PHPUnit on a very old CentOS 5.3 | |
# | |
pear upgrade --force http://pear.php.net/get/PEAR-1.8.1 | |
pear channel-discover pear.phpunit.de | |
pear channel-discover pear.symfony-project.com | |
pear install phpunit/PHPUnit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment