diff --git a/test/PHPMailer/PHPMailerTest.php b/test/PHPMailer/PHPMailerTest.php index 7170b665..845e358c 100644 --- a/test/PHPMailer/PHPMailerTest.php +++ b/test/PHPMailer/PHPMailerTest.php @@ -641,29 +641,6 @@ EOT; ); } - /** - * An embedded attachment test with custom cid domain invalid. - */ - public function testEmbeddedImageCustomCidDomainInvalid() - { - $this->Mail->msgHTML(' - - - - E-Mail Inline Image Test - - -

- -', '', false, '@no a valid domain'); - $this->Mail->preSend(); - self::assertStringContainsString( - 'Content-ID: ', - $this->Mail->getSentMIMEMessage(), - 'Embedded image header encoding incorrect.' - ); - } - /** * An embedded attachment test. */