Skip to content

[PHPUnitBridge] Fix versionadded notes #7211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/phpunit_bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Disabling the Deprecation Helper
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 3.1
The ability to disable the deprecation helper was introduced in Symfony
The ability to disable the deprecation helper was introduced in version
3.1.

Set the ``SYMFONY_DEPRECATIONS_HELPER`` environment variable to ``disabled`` to
Expand Down Expand Up @@ -240,7 +240,7 @@ DNS-sensitive Tests
-------------------

.. versionadded:: 3.1
The mocks for DNS related functions were introduced in Symfony 3.1.
The mocks for DNS related functions were introduced in version 3.1.

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