Created
February 12, 2014 12:28
-
-
Save igor822/8954710 to your computer and use it in GitHub Desktop.
Install PHPUnit with PEAR in Fedora 20
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
yum install php-pear | |
# Discovering all channels | |
pear channel-discover pear.phpunit.de | |
pear channel-discover pear.symfony-project.com | |
pear channel-discover components.ez.no | |
# Install PHPUnit with Yaml | |
pear install pear.symfony.com/Yaml | |
pear install --alldeps pear.phpunit.de/PHPUnit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment