Skip to content

Commit ac4809d

Browse files
committed
[PHPUnit Bridge] Remove the table that lists PHPUnit versions
1 parent 29c2bec commit ac4809d

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -839,23 +839,6 @@ its ``bin/simple-phpunit`` command. It has the following features:
839839
this directory for ``phpunit.xml.dist`` files up to ``SYMFONY_PHPUNIT_MAX_DEPTH``
840840
levels (specified as an env var, defaults to ``3``);
841841

842-
The script writes the modified PHPUnit it builds in a directory that can be
843-
configured by the ``SYMFONY_PHPUNIT_DIR`` env var, or in the same directory as
844-
the ``simple-phpunit`` if it is not provided. It's also possible to set this
845-
env var in the ``phpunit.xml.dist`` file.
846-
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-
859842
If you have installed the bridge through Composer, you can run it by calling e.g.:
860843

861844
.. code-block:: terminal
@@ -864,7 +847,7 @@ If you have installed the bridge through Composer, you can run it by calling e.g
864847
865848
.. tip::
866849

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

0 commit comments

Comments
 (0)