- Installation
php composer.phar install
Now make sure that your local system is properly configured for Symfony. To do this, execute the following:
php app/check.php
If you get any warnings or recommendations, fix these now before moving on.
- Run
phpunit -c app