Use existing function to check for test config
This commit is contained in:
parent
d31cb27117
commit
1db5c74f76
|
|
@ -408,7 +408,7 @@ final class ReplyToGetSetClearTest extends PreSendTestCase
|
|||
*/
|
||||
public function testAddReplyToFailsOn8BitCharInDomainWithoutOptionalExtensions()
|
||||
{
|
||||
if (extension_loaded('mbstring') && function_exists('idn_to_ascii')) {
|
||||
if (PHPMailer::idnSupported()) {
|
||||
$this->markTestSkipped('Test requires MbString and/or Intl *not* to be available');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue