Skip to content

Commit 189b2a5

Browse files
Jean85xabbuh
authored andcommitted
[PHPUnitBridge] Fix versionadded notes
1 parent 4e564c3 commit 189b2a5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

components/phpunit_bridge.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ Disabling the Deprecation Helper
125125
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
126126

127127
.. versionadded:: 3.1
128-
The ability to disable the deprecation helper was introduced in Symfony
129-
3.1.
128+
The ability to disable the deprecation helper was introduced in the 3.1
129+
version of this component.
130130

131131
Set the ``SYMFONY_DEPRECATIONS_HELPER`` environment variable to ``disabled`` to
132132
completely disable the deprecation helper. This is useful to make use of the
@@ -240,7 +240,8 @@ DNS-sensitive Tests
240240
-------------------
241241

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

245246
Tests that make network connections, for example to check the validity of a DNS
246247
record, can be slow to execute and unreliable due to the conditions of the
@@ -355,7 +356,8 @@ Modified PHPUnit script
355356
-----------------------
356357

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

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

0 commit comments

Comments
 (0)