Skip to content

Instantly share code, notes, and snippets.

@jprieton
Created November 30, 2019 09:15
Show Gist options
  • Save jprieton/66fa8776342d6d5276abd6cbbeb82443 to your computer and use it in GitHub Desktop.
Save jprieton/66fa8776342d6d5276abd6cbbeb82443 to your computer and use it in GitHub Desktop.
Updates PHPUnit in Ubuntu
# 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