Skip to content

Commit

Permalink
Inject a NullLogger for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi committed Nov 8, 2017
1 parent 46e775c commit a4705a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Fixtures/Integration/Symfony/app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ doctrine:
orm:
auto_generate_proxy_classes: '%kernel.debug%'
auto_mapping: true

services:
logger:
class: Psr\Log\NullLogger
public: false

0 comments on commit a4705a5

Please sign in to comment.