From 8b85a3d216d5cc053d18b3223f0ab910ce326c22 Mon Sep 17 00:00:00 2001 From: mgasmi Date: Sun, 3 Jul 2022 16:44:32 +0200 Subject: [PATCH] [Automated Tests] Update phpunit_bridge.rst update sdn sensitive annotation. --- components/phpunit_bridge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index bfc6eaf0634..934c425d368 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -638,7 +638,7 @@ constraint to test the validity of the email domain:: } } -In order to avoid making a real network connection, add the ``@dns-sensitive`` +In order to avoid making a real network connection, add the ``@group dns-sensitive`` annotation to the class and use the ``DnsMock::withMockedHosts()`` to configure the data you expect to get for the given hosts::