8000 Fix bad merge · symfony/symfony@32b82b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32b82b8

Browse files
committed
Fix bad merge
1 parent f765cb2 commit 32b82b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Mailer/Tests/Transport/Smtp/EsmtpTransportFactoryTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ public function createProvider(): iterable
9292
$transport,
9393
];
9494

95+
$transport = new EsmtpTransport('example.com', 465, true, $eventDispatcher, $logger);
96+
9597
yield [
9698
Dsn::fromString('smtps://:@example.com?verify_peer='),
9799
$transport,

0 commit comments

Comments
 (0)
0