File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -639,9 +639,20 @@ its ``bin/simple-phpunit`` command. It has the following features:
639
639
640
640
The script writes the modified PHPUnit it builds in a directory that can be
641
641
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
+ ===================== ===============================
645
656
646
657
If you have installed the bridge through Composer, you can run it by calling e.g.:
647
658
You can’t perform that action at this time.
0 commit comments