Skip to content

Instantly share code, notes, and snippets.

@sun4lower
Created August 20, 2018 03:24
Show Gist options
  • Save sun4lower/0d2cb553735a0f7e8e4519c31b904ca4 to your computer and use it in GitHub Desktop.
Save sun4lower/0d2cb553735a0f7e8e4519c31b904ca4 to your computer and use it in GitHub Desktop.
Download and Install PHPUnit.
wget http://phar.phpunit.cn/phpunit.phar
wget https://phar.phpunit.de/phpunit-nightly.phar
chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit
phpunit --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment