Created
August 20, 2018 03:24
-
-
Save sun4lower/0d2cb553735a0f7e8e4519c31b904ca4 to your computer and use it in GitHub Desktop.
Download and Install PHPUnit.
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 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