Skip to content

Instantly share code, notes, and snippets.

@DGZN
Created July 19, 2015 23:00
Show Gist options
  • Save DGZN/e6c757bbb0ecfeaf9893 to your computer and use it in GitHub Desktop.
Save DGZN/e6c757bbb0ecfeaf9893 to your computer and use it in GitHub Desktop.
Install PHPUnit Testing Framework
curl https://phar.phpunit.de/phpunit.phar -o phpunit.phar
chmod +x phpunit.phar
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