Created
November 30, 2019 09:15
-
-
Save jprieton/66fa8776342d6d5276abd6cbbeb82443 to your computer and use it in GitHub Desktop.
Updates PHPUnit in Ubuntu
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
# Ubuntu | |
# Download phar | |
wget https://phar.phpunit.de/phpunit.phar | |
# Change permissions | |
chmod 755 phpunit.phar | |
# Move to final place | |
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