Skip to content

Instantly share code, notes, and snippets.

@chillbits-legacy
Created December 6, 2016 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chillbits-legacy/9cc5a39d22eb778cfda34cde0452e0f7 to your computer and use it in GitHub Desktop.
Save chillbits-legacy/9cc5a39d22eb778cfda34cde0452e0f7 to your computer and use it in GitHub Desktop.
VERSION=$1
wget https://phar.phpunit.de/phpunit-$VERSION.phar
chmod +x phpunit-$VERSION.phar
sudo mv phpunit-$VERSION.phar /usr/local/bin/phpunit
phpunit -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment