Skip to content

Commit

Permalink
bug #405 Fix the build (loic425)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.9-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | yes (on test app)
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT


Commits
-------

3d96a92 Fix logger
  • Loading branch information
Zales0123 authored Apr 7, 2022
2 parents 0269c3f + 3d96a92 commit 20998a1
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 20998a1

Please sign in to comment.