Skip to content

Commit 5facfd6

Browse files
authored
[PHPUnit Bridge] Fix text and table inconsistency
1 parent 3731be8 commit 5facfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ its ``bin/simple-phpunit`` command. It has the following features:
837837
* Works with a standalone vendor directory that doesn't conflict with yours;
838838
* Does not embed ``prophecy`` to prevent any conflicts with its dependencies;
839839
* 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;
840+
and PHPUnit 6.5 when run with PHP >=7.0;
841841
* Collects and replays skipped tests when the ``SYMFONY_PHPUNIT_SKIPPED_TESTS``
842842
env var is defined: the env var should specify a file name that will be used for
843843
storing skipped tests on a first run, and replay them on the second run;

0 commit comments

Comments
 (0)