Skip to content

Instantly share code, notes, and snippets.

@adrienbrault
Created July 8, 2012 13:03
Show Gist options
  • Save adrienbrault/3070874 to your computer and use it in GitHub Desktop.
Save adrienbrault/3070874 to your computer and use it in GitHub Desktop.
Download symfony, and run the tests for master
git clone git://github.com/symfony/symfony.git symfony
cd symfony
git checkout master
curl -s http://getcomposer.org/installer | php
php composer.phar update --dev
phpunit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment