Update PHPMailerTest.php
This commit is contained in:
parent
6aad52aa06
commit
0f9ebf7c3c
|
|
@ -620,7 +620,7 @@ EOT;
|
|||
*/
|
||||
public function testEmbeddedImageCustomCidDomain()
|
||||
{
|
||||
$result = $this->Mail->setFrom('overruled@example.com');
|
||||
$result = $this->Mail->setFrom('test@example.com');
|
||||
self::assertTrue($result, 'setFrom failed');
|
||||
|
||||
$this->Mail->msgHTML('<!DOCTYPE html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue