Skip to content

Instantly share code, notes, and snippets.

@tralamazza
Created November 7, 2012 15:50
Show Gist options
  • Select an option

  • Save tralamazza/4032395 to your computer and use it in GitHub Desktop.

Select an option

Save tralamazza/4032395 to your computer and use it in GitHub Desktop.
installing phpunit on fedora 17
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