Skip to content

Instantly share code, notes, and snippets.

@mnlcandelaria
Last active January 6, 2016 18:22
Show Gist options
  • Save mnlcandelaria/3a292358de45f8e212e1 to your computer and use it in GitHub Desktop.
Save mnlcandelaria/3a292358de45f8e212e1 to your computer and use it in GitHub Desktop.
tools
# run in sudo
# phpunit
wget https://phar.phpunit.de/phpunit.phar
chmod +x phpunit.phar
mv phpunit.phar /usr/local/bin/phpunit
phpunit --version
# selenium
mv selenium-server-standalone-2.48.2.jar
java -jar /usr/local/bin/selenium-server-standalone-2.48.2.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment