Skip to content

Commit cd78885

Browse files
committed
Update functional tests to use the PSR NullLogger
This avoids using the deprecated NullLogger in tests.
1 parent 69657e9 commit cd78885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Functional/app/FirewallEntryPoint/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ framework:
1212
profiler: { only_exceptions: false }
1313

1414
services:
15-
logger: { class: Symfony\Component\HttpKernel\Log\NullLogger }
15+
logger: { class: Psr\Log\NullLogger }
1616

1717
security:
1818
firewalls:

Tests/Functional/app/config/framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ framework:
1212
profiler: { only_exceptions: false }
1313

1414
services:
15-
logger: { class: Symfony\Component\HttpKernel\Log\NullLogger }
15+
logger: { class: Psr\Log\NullLogger }

0 commit comments

Comments
 (0)