Skip to content

Instantly share code, notes, and snippets.

@Legion112
Last active March 31, 2021 10:42
Show Gist options
  • Save Legion112/e1e64c751e4d35d90d236aa94a2212fd to your computer and use it in GitHub Desktop.
Save Legion112/e1e64c751e4d35d90d236aa94a2212fd to your computer and use it in GitHub Desktop.
Run symfony test with dropping and creating test database and running migrations
bin/console do:da:dr --env=test --force --if-exists && \
bin/console do:da:cr --env=test && \
bin/console doctrine:migrations:migrate --no-interaction --env test && \
vendor/bin/codecept run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment