Skip to content

Commit 1323d34

Browse files
committed
update used PHPUnit versions
1 parent 9de91eb commit 1323d34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/phpunit_bridge.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,9 @@ its ``bin/simple-phpunit`` command. It has the following features:
624624

625625
* Does not embed ``symfony/yaml`` nor ``prophecy`` to prevent any conflicts with
626626
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;
629630
* Collects and replays skipped tests when the ``SYMFONY_PHPUNIT_SKIPPED_TESTS``
630631
env var is defined: the env var should specify a file name that will be used for
631632
storing skipped tests on a first run, and replay them on the second run;

0 commit comments

Comments
 (0)