We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9945d8a commit 7e01187Copy full SHA for 7e01187
src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php
@@ -93,6 +93,7 @@ public function getInvalidEmails()
93
94
/**
95
* @dataProvider getDnsChecks
96
+ * @requires function Symfony\Bridge\PhpUnit\DnsMock::withMockedHosts
97
*/
98
public function testDnsChecks($type, $violation)
99
{
@@ -126,6 +127,9 @@ public function getDnsChecks()
126
127
);
128
}
129
130
+ /**
131
132
+ */
133
public function testHostnameIsProperlyParsed()
134
135
DnsMock::withMockedHosts(array('baz.com' => array(array('type' => 'MX'))));
0 commit comments