Skip to content

Instantly share code, notes, and snippets.

@gabrielkaputa
Created April 18, 2016 07:09
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 gabrielkaputa/4767c6bc7d377a09139b8c3cad9187bc to your computer and use it in GitHub Desktop.
Save gabrielkaputa/4767c6bc7d377a09139b8c3cad9187bc to your computer and use it in GitHub Desktop.
#!/bin/bash
wget https://phar.phpunit.de/phpunit.phar
chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment