Skip to content

Commit 0e136c5

Browse files
committed
minor #449 Fix Swiftmailer deprecation notice (GromNaN)
This PR was merged into the 3.x-dev branch. Discussion ---------- Fix Swiftmailer deprecation notice ``` Remaining direct deprecation notices (1) 1x: Since symfony/monolog-bridge 5.4: "Symfony\Bridge\Monolog\Handler\SwiftMailerHandler" is deprecated and will be removed in 6.0. 1x in XmlMonologExtensionTest::testSingleEmailRecipient from Symfony\Bundle\MonologBundle\Tests\DependencyInjection ``` Commits ------- 43f7232 Fix swiftmailer deprecation notice
2 parents dcdab3d + 43f7232 commit 0e136c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/DependencyInjection/FixtureMonologExtensionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ public function testHandlersWithChannels()
182182
);
183183
}
184184

185+
/** @group legacy */
185186
public function testSingleEmailRecipient()
186187
{
187188
if (\Monolog\Logger::API >= 3) {

0 commit comments

Comments
 (0)