Skip to content

Commit 6a5a7d7

Browse files
committed
minor #16209 [PHPUnitBridge] [PHPUnit Bridge] Remove the table that lists PHPUnit versions (javiereguiluz)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [PHPUnitBridge] [PHPUnit Bridge] Remove the table that lists PHPUnit versions Fixes #16146 by removing this information that depends on code and we don't have the resources to keep it updated continuously. When running tests Symfony displays the used PhpUnit version, so we don't lose anything by removing this (outdated) information from docs. Commits ------- 9fb686d [PHPUnitBridge] [PHPUnit Bridge] Remove the table that lists PHPUnit versions
2 parents fcdcae8 + 9fb686d commit 6a5a7d7

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -844,18 +844,6 @@ configured by the ``SYMFONY_PHPUNIT_DIR`` env var, or in the same directory as
844844
the ``simple-phpunit`` if it is not provided. It's also possible to set this
845845
env var in the ``phpunit.xml.dist`` file.
846846

847-
By default, these are the PHPUnit versions used depending on the installed PHP versions:
848-
849-
===================== ===============================
850-
Installed PHP version PHPUnit version used by default
851-
===================== ===============================
852-
PHP <= 5.5 PHPUnit 4.8
853-
PHP 5.6 PHPUnit 5.7
854-
PHP 7.0 PHPUnit 6.5
855-
PHP 7.1 PHPUnit 7.5
856-
PHP >= 7.2 PHPUnit 8.3
857-
===================== ===============================
858-
859847
If you have installed the bridge through Composer, you can run it by calling e.g.:
860848

861849
.. code-block:: terminal
@@ -864,7 +852,7 @@ If you have installed the bridge through Composer, you can run it by calling e.g
864852
865853
.. tip::
866854

867-
It's possible to change the base version of PHPUnit by setting the
855+
It's possible to change the PHPUnit version by setting the
868856
``SYMFONY_PHPUNIT_VERSION`` env var in the ``phpunit.xml.dist`` file (e.g.
869857
``<server name="SYMFONY_PHPUNIT_VERSION" value="5.5"/>``). This is the
870858
preferred method as it can be committed to your version control repository.

0 commit comments

Comments
 (0)