From 98e88f4fb72f129bbc9e0a4681f8e37a82053ded Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 12 Dec 2024 23:14:54 +0800 Subject: [PATCH] Update comment Signed-off-by: Mior Muhammad Zaki --- tests/Mail/MailManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Mail/MailManagerTest.php b/tests/Mail/MailManagerTest.php index 6860d42dd20..e0da221d392 100644 --- a/tests/Mail/MailManagerTest.php +++ b/tests/Mail/MailManagerTest.php @@ -76,7 +76,7 @@ public function testMailUrlConfigWithAutoTls($scheme, $port) $this->assertSame($port === 465, $transport->getStream()->isTLS()); if (method_exists($transport, 'isAutoTls')) { - // Only available on Symfony Mailer 7.2 + // Only available on Symfony Mailer 7.1 $this->assertTrue($transport->isAutoTls()); } }