Skip to content

Commit 8f75f04

Browse files
committed
Reword
1 parent 2d5b8c6 commit 8f75f04

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

components/phpunit_bridge.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -639,9 +639,20 @@ its ``bin/simple-phpunit`` command. It has the following features:
639639

640640
The script writes the modified PHPUnit it builds in a directory that can be
641641
configured by the ``SYMFONY_PHPUNIT_DIR`` env var, or in the same directory as
642-
the ``simple-phpunit`` if it is not provided.
643-
644-
It's also possible to set this env var in the ``phpunit.xml.dist`` file.
642+
the ``simple-phpunit`` if it is not provided. It's also possible to set this
643+
env var in the ``phpunit.xml.dist`` file.
644+
645+
By default, these are the PHPUnit versions used depending on the installed PHP versions:
646+
647+
===================== ===============================
648+
Installed PHP version PHPUnit version used by default
649+
===================== ===============================
650+
PHP <= 5.5 PHPUnit 4.8
651+
PHP 5.6 PHPUnit 5.7
652+
PHP 7.0 PHPUnit 6.5
653+
PHP 7.1 PHPUnit 7.5
654+
PHP >= 7.2 PHPUnit 8.2
655+
===================== ===============================
645656

646657
If you have installed the bridge through Composer, you can run it by calling e.g.:
647658

0 commit comments

Comments
 (0)