Created
January 18, 2012 17:25
-
-
Save generalredneck/1634261 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/sh | |
sudo pear install --nodeps --force phpunit/DbUnit-1.0.3 | |
sudo pear install --nodeps --force phpunit/File_Iterator-1.2.6 | |
sudo pear install --nodeps --force phpunit/PHPUnit-3.5.15 | |
sudo pear install --nodeps --force phpunit/PHPUnit_MockObject-1.0.9 | |
sudo pear install --nodeps --force phpunit/PHPUnit_Selenium-1.0.3 | |
sudo pear install --nodeps --force phpunit/PHP_CodeCoverage-1.0.5 | |
sudo pear install --nodeps --force phpunit/PHP_Timer-1.0.0 | |
sudo pear install --nodeps --force phpunit/PHP_TokenStream-1.0.1 | |
sudo pear install --nodeps --force phpunit/Text_template-1.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment