PHPMailerTest: remove setLanguage() test
... which wasn't actually testing anything at all.
This commit is contained in:
parent
913fb552ab
commit
9825cacc20
|
|
@ -1050,7 +1050,6 @@ EOT;
|
|||
$this->Mail->isMail();
|
||||
$this->Mail->isSendmail();
|
||||
$this->Mail->isQmail();
|
||||
$this->Mail->setLanguage('fr');
|
||||
$this->Mail->Sender = '';
|
||||
$this->Mail->createHeader();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue