Skip to content

Commit 4b6be4a

Browse files
committed
remove useless @legacy annotation
1 parent cdedbab commit 4b6be4a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunApiTransportTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,8 @@ public function testCustomHeader()
9898
$this->assertEquals('amp-html-value', $payload['amp-html']);
9999
}
100100

101-
/**
102-
* @legacy
103-
*/
104101
public function testPrefixHeaderWithH()
105102
{
106-
$json = json_encode(['foo' => 'bar']);
107-
$deliveryTime = (new \DateTimeImmutable('2020-03-20 13:01:00'))->format(\DateTimeInterface::RFC2822);
108-
109103
$email = new Email();
110104
$email->getHeaders()->addTextHeader('h:bar', 'bar-value');
111105

0 commit comments

Comments
 (0)