From 12708f9ed2cc27887951d3c4728e0bfd3a4885ad Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Tue, 13 Dec 2016 09:36:46 +0100 Subject: [PATCH] [PHPUnitBridge] Fix copy/paste error Due to my own screw-up, I copy pasted the same text in all the changes from my previous PR, #7211, as it's clearly visible from the compare view: https://github.com/symfony/symfony-docs/pull/7211/files This PR fixes the issue, reverting back the part of text that should be unaffected by my intended changes. --- components/phpunit_bridge.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index bafad08b180..3efc9a644ea 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -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 @@ -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: