We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdedbab commit 4b6be4aCopy full SHA for 4b6be4a
src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunApiTransportTest.php
@@ -98,14 +98,8 @@ public function testCustomHeader()
98
$this->assertEquals('amp-html-value', $payload['amp-html']);
99
}
100
101
- /**
102
- * @legacy
103
- */
104
public function testPrefixHeaderWithH()
105
{
106
- $json = json_encode(['foo' => 'bar']);
107
- $deliveryTime = (new \DateTimeImmutable('2020-03-20 13:01:00'))->format(\DateTimeInterface::RFC2822);
108
-
109
$email = new Email();
110
$email->getHeaders()->addTextHeader('h:bar', 'bar-value');
111
0 commit comments