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 c19d405 + 2fb24b0 commit 09c3d9eCopy full SHA for 09c3d9e
components/phpunit_bridge.rst
@@ -521,6 +521,7 @@ constraint to test the validity of the email domain::
521
$result = $validator->validate('foo@example.com', $constraint);
522
523
// ...
524
+ }
525
}
526
527
In order to avoid making a real network connection, add the ``@dns-sensitive``
@@ -545,6 +546,7 @@ the data you expect to get for the given hosts::
545
546
547
548
549
550
551
552
The ``withMockedHosts()`` method configuration is defined as an array. The keys
0 commit comments