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 5d338c1 commit 2b767d4Copy full SHA for 2b767d4
components/phpunit_bridge.rst
@@ -440,6 +440,7 @@ constraint to test the validity of the email domain::
440
$result = $validator->validate('foo@example.com', $constraint);
441
442
// ...
443
+ }
444
}
445
446
In order to avoid making a real network connection, add the ``@dns-sensitive``
@@ -464,6 +465,7 @@ the data you expect to get for the given hosts::
464
465
466
467
468
469
470
471
The ``withMockedHosts()`` method configuration is defined as an array. The keys
0 commit comments