Skip to content

Instantly share code, notes, and snippets.

@igor822
Created February 12, 2014 12:28
Show Gist options
  • Save igor822/8954710 to your computer and use it in GitHub Desktop.
Save igor822/8954710 to your computer and use it in GitHub Desktop.
Install PHPUnit with PEAR in Fedora 20
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