Skip to content

Instantly share code, notes, and snippets.

@generalredneck
Created January 18, 2012 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save generalredneck/1634261 to your computer and use it in GitHub Desktop.
Save generalredneck/1634261 to your computer and use it in GitHub Desktop.
#!/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