Skip to content

Commit

Permalink
Disable Doctrine log during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r authored Dec 15, 2021
1 parent c50c951 commit fcc695d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/packages/test/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
# #
# # If you're using ParaTest, "TEST_TOKEN" is set by ParaTest otherwise nothing is appended to the database name.
# dbname: main_test%env(default::TEST_TOKEN)%
doctrine:
dbal:
logging: false

0 comments on commit fcc695d

Please sign in to comment.