Created
December 17, 2013 22:39
-
-
Save sanbornm/8013944 to your computer and use it in GitHub Desktop.
Install phpunit globally with Mockery
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
php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));" | |
php composer.phar global require 'phpunit/phpunit=3.7.*' | |
sudo pear channel-discover pear.survivethedeepend.com | |
sudo pear channel-discover hamcrest.googlecode.com/svn/pear | |
sudo pear install --alldeps deepend/Mockery |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment