Created
April 5, 2013 13:30
-
-
Save saulovenancio/5319276 to your computer and use it in GitHub Desktop.
install phpunit linux
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
pear config-set auto_discover 1 | |
pear install pear.phpunit.de/PHPUnit | |
pear install phpunit/DbUnit | |
pear install phpunit/PHPUnit_Selenium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment