Skip to content

Commit

Permalink
minor #449 Fix Swiftmailer deprecation notice (GromNaN)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
GromNaN committed Feb 8, 2023
2 parents dcdab3d + 43f7232 commit 0e136c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/DependencyInjection/FixtureMonologExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public function testHandlersWithChannels()
);
}

/** @group legacy */
public function testSingleEmailRecipient()
{
if (\Monolog\Logger::API >= 3) {
Expand Down

0 comments on commit 0e136c5

Please sign in to comment.