8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a2a18 commit 3eb09f6Copy full SHA for 3eb09f6
components/phpunit_bridge.rst
@@ -452,7 +452,7 @@ its ``bin/simple-phpunit`` command. It has the following features:
452
453
* Does not embed ``symfony/yaml`` nor ``prophecy`` to prevent any conflicts with
454
these dependencies;
455
-* Uses PHPUnit 4.8 when run with PHP <=5.5 and PHPUnit 5.3 when run with PHP >=5.6;
+* Uses PHPUnit 4.8 when run with PHP <=5.5, PHPUnit 5.7 when run with PHP >=5.6 and PHPUnit 6.5 when run with PHP >=7.2;
456
* Collects and replays skipped tests when the ``SYMFONY_PHPUNIT_SKIPPED_TESTS``
457
env var is defined: the env var should specify a file name that will be used for
458
storing skipped tests on a first run, and replay them on the second run;
0 commit comments