File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -624,8 +624,9 @@ its ``bin/simple-phpunit`` command. It has the following features:
624
624
625
625
* Does not embed ``symfony/yaml `` nor ``prophecy `` to prevent any conflicts with
626
626
these dependencies;
627
- * Uses PHPUnit 4.8 when run with PHP <=5.5, PHPUnit 5.7 when run with PHP >=5.6
628
- and PHPUnit 6.5 when run with PHP >=7.2;
627
+ * Uses PHPUnit 4.8 when run with PHP <=5.5, PHPUnit 5.7 when run with PHP >=5.6,
628
+ PHPUnit 6.5 when run with PHP 7.0, PHPUnit 7.5 when run with PHP 7.1 and
629
+ PHPUnit 8.2 when run with PHP >=7.2;
629
630
* Collects and replays skipped tests when the ``SYMFONY_PHPUNIT_SKIPPED_TESTS ``
630
631
env var is defined: the env var should specify a file name that will be used for
631
632
storing skipped tests on a first run, and replay them on the second run;
You can’t perform that action at this time.
0 commit comments