Created
July 8, 2012 13:03
-
-
Save adrienbrault/3070874 to your computer and use it in GitHub Desktop.
Download symfony, and run the tests for master
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
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