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.
2 parents b27bf72 + 3fbfc21 commit 2fb24b0Copy full SHA for 2fb24b0
components/phpunit_bridge.rst
@@ -469,6 +469,7 @@ constraint to test the validity of the email domain::
469
$result = $validator->validate('foo@example.com', $constraint);
470
471
// ...
472
+ }
473
}
474
475
In order to avoid making a real network connection, add the ``@dns-sensitive``
@@ -493,6 +494,7 @@ the data you expect to get for the given hosts::
493
494
495
496
497
498
499
500
The ``withMockedHosts()`` method configuration is defined as an array. The keys
0 commit comments