Last active
August 28, 2015 02:44
-
-
Save marcusmoore/0e5c480de3695e84b320 to your computer and use it in GitHub Desktop.
PHPUnit Install
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
| wget https://phar.phpunit.de/phpunit.phar | |
| chmod +x phpunit.phar | |
| sudo mv phpunit.phar /usr/local/bin/phpunit | |
| phpunit --version |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -L bit.ly/mxm-phpunit | bash