diff --git a/test/PHPMailer/PHPMailerTest.php b/test/PHPMailer/PHPMailerTest.php index 6cd3ffa3..bd2e76f5 100644 --- a/test/PHPMailer/PHPMailerTest.php +++ b/test/PHPMailer/PHPMailerTest.php @@ -639,29 +639,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. */