Last active
March 31, 2021 10:42
-
-
Save Legion112/e1e64c751e4d35d90d236aa94a2212fd to your computer and use it in GitHub Desktop.
Run symfony test with dropping and creating test database and running migrations
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
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