Skip to content

Commit 3d469cd

Browse files
committed
minor #7211 [PHPUnitBridge] Fix versionadded notes (Jean85)
This PR was submitted for the master branch but it was merged into the 3.1 branch instead (closes #7211). Discussion ---------- [PHPUnitBridge] Fix versionadded notes I was reading the docs and noted that those features were marked as present only from Symfony 3.1/2. The reality is that the version that includes that stuff is the bridge's, which is backward compatible! So, as an example, I can use the bridge v3.2 on my Symfony 2.8 app. I think it should be helpfull to specify that more clearly. Commits ------- 59e3f95 [PHPUnitBridge] Fix versionadded notes
2 parents 3b2a45c + 59e3f95 commit 3d469cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/phpunit_bridge.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Disabling the Deprecation Helper
122122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123123

124124
.. versionadded:: 3.1
125-
The ability to disable the deprecation helper was introduced in Symfony
126-
3.1.
125+
The ability to disable the deprecation helper was introduced in the 3.1
126+
version of this component.
127127

128128
Set the ``SYMFONY_DEPRECATIONS_HELPER`` environment variable to ``disabled`` to
129129
completely disable the deprecation helper. This is useful to make use of the
@@ -215,7 +215,8 @@ DNS-sensitive Tests
215215
-------------------
216216

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

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

0 commit comments

Comments
 (0)