-
-
Save 0xnbk/3945706 to your computer and use it in GitHub Desktop.
PHPUnit install script on Ubuntu
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
#!/bin/bash | |
sudo apt-get install php-pear | |
sudo pear upgrade pear | |
sudo pear channel-discover pear.phpunit.de | |
sudo pear channel-discover components.ez.no | |
sudo pear channel-discover pear.symfony-project.com | |
sudo pear install --alldeps phpunit/PHPUnit | |
sudo pear install phpunit/PHPUnit_Selenium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment