We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469833d commit e806b87Copy full SHA for e806b87
Tests/Transport/SendgridApiTransportTest.php
@@ -224,10 +224,6 @@ public function testEnvelopeSenderAndRecipients()
224
225
public function testTagAndMetadataHeaders()
226
{
227
- if (!class_exists(TagHeader::class)) {
228
- $this->markTestSkipped('This test requires symfony/mailer 5.1 or higher.');
229
- }
230
-
231
$email = new Email();
232
$email->getHeaders()->add(new TagHeader('category-one'));
233
$email->getHeaders()->add(new MetadataHeader('Color', 'blue'));
0 commit comments