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
# Uninstall any pre-existing packaged | |
# versions of phpunit | |
sudo apt-get remove phpunit | |
# Install pear via apt-get | |
sudo apt-get install php-pear | |
# Update existing pear channels | |
sudo pear channel-update pear.php.net |