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
1 changed files with 0 additions and 10 deletions

View File

@ -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