PHPMailerTest: remove setLanguage() test

... which wasn't actually testing anything at all.
This commit is contained in:
jrfnl 2021-07-12 03:50:45 +02:00
parent 913fb552ab
commit 9825cacc20
1 changed files with 0 additions and 1 deletions

View File

@ -1050,7 +1050,6 @@ EOT;
$this->Mail->isMail();
$this->Mail->isSendmail();
$this->Mail->isQmail();
$this->Mail->setLanguage('fr');
$this->Mail->Sender = '';
$this->Mail->createHeader();
}