Created
November 7, 2012 15:50
-
-
Save tralamazza/4032395 to your computer and use it in GitHub Desktop.
installing phpunit on fedora 17
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
| sudo yum install php-pear | |
| pear config-set auto_discover 1 | |
| sudo pear install pear.phpunit.de/PHPUnit | |
| sudo pear install --alldeps phpunit/DbUnit | |
| sudo yum install php-domxml-php4-php5 | |
| sudo pear install --alldeps phpunit/PHPUnit_Selenium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment