Created
March 23, 2012 08:20
-
-
Save Axxiss/2168240 to your computer and use it in GitHub Desktop.
Load fixtures
This file contains 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
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