Skip to content

Instantly share code, notes, and snippets.

@marcusmoore
Last active August 28, 2015 02:44
Show Gist options
  • Select an option

  • Save marcusmoore/0e5c480de3695e84b320 to your computer and use it in GitHub Desktop.

Select an option

Save marcusmoore/0e5c480de3695e84b320 to your computer and use it in GitHub Desktop.
PHPUnit Install
wget https://phar.phpunit.de/phpunit.phar
chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit
phpunit --version
@marcusmoore

Copy link
Copy Markdown
Author
curl -L bit.ly/mxm-phpunit | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment