diff --git a/test/PHPMailer/PHPMailerTest.php b/test/PHPMailer/PHPMailerTest.php index 56661272..bef452c1 100644 --- a/test/PHPMailer/PHPMailerTest.php +++ b/test/PHPMailer/PHPMailerTest.php @@ -1205,7 +1205,7 @@ EOT; $attributes = $this->Mail->getSMTPXclientAttributes(); $this->assertEquals('test.example.com', $attributes['HELO']); - + // remove attribute $this->Mail->setSMTPXclientAttribute('HELO', null); $attributes = $this->Mail->getSMTPXclientAttributes();