Skip to content

[PHPUnitBridge] Fix copy/paste error #7246

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 1 commit 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
8 changes: 4 additions & 4 deletions components/phpunit_bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ DNS-sensitive Tests
-------------------

.. versionadded:: 3.1
The ability to disable the deprecation helper was introduced in the 3.1
version of this component.
The mocks for DNS related functions were 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 @@ -356,8 +356,8 @@ Modified PHPUnit script
-----------------------

.. versionadded:: 3.2
The ability to disable the deprecation helper was introduced in the 3.2
version of this component.
The modified PHPUnit script script 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