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 3731be8 commit 5facfd6Copy full SHA for 5facfd6
components/phpunit_bridge.rst
@@ -837,7 +837,7 @@ its ``bin/simple-phpunit`` command. It has the following features:
837
* Works with a standalone vendor directory that doesn't conflict with yours;
838
* Does not embed ``prophecy`` to prevent any conflicts with its dependencies;
839
* Uses PHPUnit 4.8 when run with PHP <=5.5, PHPUnit 5.7 when run with PHP >=5.6
840
- and PHPUnit 6.5 when run with PHP >=7.2;
+ and PHPUnit 6.5 when run with PHP >=7.0;
841
* Collects and replays skipped tests when the ``SYMFONY_PHPUNIT_SKIPPED_TESTS``
842
env var is defined: the env var should specify a file name that will be used for
843
storing skipped tests on a first run, and replay them on the second run;
0 commit comments