Skip to content

Commit 42598a7

Browse files
committed
minor #7246 [PHPUnitBridge] Fix copy/paste error (Jean85)
This PR was submitted for the master branch but it was merged into the 3.1 branch instead (closes #7246). Discussion ---------- [PHPUnitBridge] Fix copy/paste error Due to my own screw-up, I copy pasted the same text in all the changes from my previous PR, #7211, as it's clearly visible from the compare view: https://github.com/symfony/symfony-docs/pull/7211/files This PR fixes the issue, reverting back the part of text that should be unaffected by my intended changes. Commits ------- 97ec0c6 [PHPUnitBridge] Fix copy/paste error
2 parents 7f6ac43 + 97ec0c6 commit 42598a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/phpunit_bridge.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ DNS-sensitive Tests
215215
-------------------
216216

217217
.. versionadded:: 3.1
218-
The ability to disable the deprecation helper was introduced in the 3.1
219-
version of this component.
218+
The mocks for DNS related functions were introduced in the 3.1 version
219+
of this component.
220220

221221
Tests that make network connections, for example to check the validity of a DNS
222222
record, can be slow to execute and unreliable due to the conditions of the

0 commit comments

Comments
 (0)