Skip to content

Commit 30cff26

Browse files
committed
Update functional tests to use the PSR NullLogger
This avoids using the deprecated NullLogger in tests.
1 parent 0469ea8 commit 30cff26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ framework:
1111
storage_id: session.storage.mock_file
1212

1313
services:
14-
logger: { class: Symfony\Component\HttpKernel\Log\NullLogger }
14+
logger: { class: Psr\Log\NullLogger }

src/Symfony/Bundle/SecurityBundle/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:

src/Symfony/Bundle/SecurityBundle/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)