Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Feb 19, 2021
1 parent 85b4c9c commit e86e4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PHPMailerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@ public function testError()
{
$this->Mail->Subject .= ': Error handling test - this should be sent ok';
$this->buildBody();
$this->Mail->clearAllRecipients(); // no addresses should cause an error
$this->Mail->clearAllRecipients(); //No addresses should cause an error
self::assertTrue($this->Mail->isError() == false, 'Error found');
self::assertTrue($this->Mail->send() == false, 'send succeeded');
self::assertTrue($this->Mail->isError(), 'No error found');
Expand Down

0 comments on commit e86e4e3

Please sign in to comment.