A Symfony project created on May 22, 2015, 10:10 pm.
- clone it
composer install- configure
./app/parameters.yml ./app/console doctrine:database:create./app/console doctrine:schema:update --dump-sql --force./app/console doctrine:schema:validate
bin/phpunit -c app
src/AppBundle/Entity/User.phpsrc/AppBundle/Entity/UserProfile.phpsrc/AppBundle/Tests/UserAndProfilePersistanceTest.php
mastermanual_persist1manual_persist2