Created
March 24, 2013 03:30
-
-
Save ofus/5230370 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
pear uninstall -n phpunit/PHPUnit | |
pear uninstall -n phpunit/DbUnit | |
pear uninstall -n phpunit/PHP_CodeCoverage | |
pear uninstall -n phpunit/File_Iterator | |
pear uninstall -n phpunit/Text_Template | |
pear uninstall -n phpunit/PHP_Timer | |
pear uninstall -n phpunit/PHPUnit_MockObject | |
pear uninstall -n phpunit/PHPUnit_Selenium | |
pear uninstall -n pear.symfony-project.com/YAML | |
pear uninstall -n phpunit/PHP_TokenStream | |
pear clear-cache | |
pear install pear.symfony-project.com/YAML-1.0.2 | |
pear install phpunit/PHPUnit_Selenium-1.0.1 | |
pear install phpunit/Text_Template-1.0.0 | |
pear install phpunit/PHPUnit_MockObject-1.0.3 | |
pear install phpunit/PHP_Timer-1.0.0 | |
pear install phpunit/File_Iterator-1.2.3 | |
pear install phpunit/PHP_TokenStream-1.0.1 | |
pear install phpunit/PHP_CodeCoverage-1.0.2 | |
pear install phpunit/DbUnit-1.0.0 | |
pear install phpunit/PHPUnit-3.5.15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment