Remove test env diagnostic
This commit is contained in:
parent
0a191cc7ec
commit
e28e3552a5
|
|
@ -3031,16 +3031,6 @@ EOT;
|
||||||
$this->assertFalse($this->Mail->addAddress('mehome.com'));
|
$this->assertFalse($this->Mail->addAddress('mehome.com'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Check IDN test environment
|
|
||||||
* @test
|
|
||||||
*/
|
|
||||||
public function check_idn_test_env()
|
|
||||||
{
|
|
||||||
$this->assertTrue(function_exists('idn_to_ascii'), 'idn_to_ascii function missing');
|
|
||||||
$this->assertTrue(function_exists('mb_convert_encoding'), 'mb_convert_encoding function missing');
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test RFC822 address list parsing using PHPMailer's parser.
|
* Test RFC822 address list parsing using PHPMailer's parser.
|
||||||
* @test
|
* @test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue