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 all commits
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
10 changes: 6 additions & 4 deletions components/phpunit_bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ Disabling the Deprecation Helper
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

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

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 Expand Up @@ -355,7 +356,8 @@ Modified PHPUnit script
-----------------------

.. versionadded:: 3.2
The modified PHPUnit script script was introduced in Symfony 3.2.
The ability to disable the deprecation helper was introduced in the 3.2
version of this component.

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