0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Remove test env diagnostic

This commit is contained in:
Marcus Bointon 2021-02-19 09:37:25 +01:00
parent 0a191cc7ec
commit e28e3552a5
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -3031,16 +3031,6 @@ EOT;
$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