Skip to content

Commit bb31829

Browse files
Add #[RequiresPhpExtension('intl')] attribute to testValidateMxRecord and testCombiningRules due to intl extension dependency.
1 parent f5679ce commit bb31829

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Validation/ValidationEmailRuleTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ public function testRfcCompliantStrict()
143143
);
144144
}
145145

146+
#[RequiresPhpExtension('intl')]
146147
public function testValidateMxRecord()
147148
{
148149
$this->fails(
@@ -674,6 +675,7 @@ public function testEmailsThatFailBothNativeValidationAndRfcCompliantStrict($ema
674675
);
675676
}
676677

678+
#[RequiresPhpExtension('intl')]
677679
public function testCombiningRules()
678680
{
679681
$this->passes(

0 commit comments

Comments
 (0)