Skip to content

Commit

Permalink
Fix logger
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Apr 7, 2022
1 parent 0269c3f commit 3d96a92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Bundle/test/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ parameters:
services:
# Gets rid of "[error] Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException"
# errors in PHPUnit output when testing 404 errors.
logger: "@Psr\Log\NullLogger"
Psr\Log\NullLogger: ~
logger: '@Psr\Log\NullLogger'

# Default configuration for services in *this* file
_defaults:
Expand Down

0 comments on commit 3d96a92

Please sign in to comment.