Skip to content

Commit

Permalink
Add #[RequiresPhpExtension('intl')] attribute to `testValidateMxRec…
Browse files Browse the repository at this point in the history
…ord` and `testCombiningRules` due to intl extension dependency.
  • Loading branch information
alikhosravidev committed Mar 6, 2025
1 parent f5679ce commit bb31829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Validation/ValidationEmailRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public function testRfcCompliantStrict()
);
}

#[RequiresPhpExtension('intl')]
public function testValidateMxRecord()
{
$this->fails(
Expand Down Expand Up @@ -674,6 +675,7 @@ public function testEmailsThatFailBothNativeValidationAndRfcCompliantStrict($ema
);
}

#[RequiresPhpExtension('intl')]
public function testCombiningRules()
{
$this->passes(
Expand Down

0 comments on commit bb31829

Please sign in to comment.