Skip to content

Commit e2fb7b8

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.2 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 ------- a4241bc [PHPUnitBridge] Fix copy/paste error
2 parents 5b619c9 + a4241bc commit e2fb7b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/phpunit_bridge.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ DNS-sensitive Tests
240240
-------------------
241241

242242
.. versionadded:: 3.1
243-
The ability to disable the deprecation helper was introduced in the 3.1
244-
version of this component.
243+
The mocks for DNS related functions were introduced in the 3.1 version
244+
of this component.
245245

246246
Tests that make network connections, for example to check the validity of a DNS
247247
record, can be slow to execute and unreliable due to the conditions of the
@@ -356,8 +356,8 @@ Modified PHPUnit script
356356
-----------------------
357357

358358
.. versionadded:: 3.2
359-
The ability to disable the deprecation helper was introduced in the 3.2
360-
version of this component.
359+
The modified PHPUnit script script was introduced in the 3.2 version of
360+
this component.
361361

362362
This bridge provides a modified version of PHPUnit that you can call by using
363363
its ``bin/simple-phpunit`` command. It has the following features:

0 commit comments

Comments
 (0)