Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Aug 8, 2024
1 parent 4710eca commit f26a978
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/Transport/MailgunApiTransportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ public function testCustomHeader()
*/
public function testPrefixHeaderWithH()
{
$json = json_encode(['foo' => 'bar']);
$deliveryTime = (new \DateTimeImmutable('2020-03-20 13:01:00'))->format(\DateTimeInterface::RFC2822);

$email = new Email();
$email->getHeaders()->addTextHeader('h:bar', 'bar-value');

Expand Down

0 comments on commit f26a978

Please sign in to comment.