0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Remove wrong tests

This commit is contained in:
Marcus Bointon 2021-08-18 11:05:30 +02:00
parent c5d0f48730
commit fd06e7614a
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -1205,8 +1205,6 @@ EOT;
$this->Smtp = $this->Mail->getSMTPInstance();
self::assertInstanceOf(\get_class($this->Smtp), $this->Mail->setSMTPInstance($this->Smtp));
self::assertFalse($this->Smtp->startTLS(), 'SMTP connect with options failed');
self::assertFalse($this->Mail->SMTPAuth);
$this->Mail->smtpClose();
}