Skip to content

Instantly share code, notes, and snippets.

@Axxiss
Created March 23, 2012 08:20
Show Gist options
  • Save Axxiss/2168240 to your computer and use it in GitHub Desktop.
Save Axxiss/2168240 to your computer and use it in GitHub Desktop.
Load fixtures
cd /path/to/your/project
php app/console doctrine:schema:drop --env test --force
php app/console doctrine:schema:create --env test
php app/console doctrine:fixtures:load --env test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment