Skip to content

Instantly share code, notes, and snippets.

@sanbornm
Created December 17, 2013 22:39
Show Gist options
  • Save sanbornm/8013944 to your computer and use it in GitHub Desktop.
Save sanbornm/8013944 to your computer and use it in GitHub Desktop.
Install phpunit globally with Mockery
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