Skip to content

Commit aceef0c

Browse files
committed
minor #18398 skipped dns-sensitive tests when DnsMock is not found (2.7) (fabpot)
This PR was merged into the 2.7 branch. Discussion ---------- skipped dns-sensitive tests when DnsMock is not found (2.7) | Q | A | ------------- | --- | Branch? | 2.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #18319 | License | MIT | Doc PR | - Commits ------- efc1de7 skipped dns-sensitive tests when DnsMock is not found
2 parents ae0c7a2 + 6758145 commit aceef0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Constraints/UrlValidatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ public function getValidCustomUrls()
194194

195195
/**
196196
* @dataProvider getCheckDns
197+
* @requires function Symfony\Bridge\PhpUnit\DnsMock::withMockedHosts
197198
*/
198199
public function testCheckDns($violation)
199200
{

0 commit comments

Comments
 (0)