Skip to content

Commit b7ce197

Browse files
committed
minor #14204 [PHPUnit Bridge] Fix text and table inconsistency (senki)
This PR was submitted for the 5.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- [PHPUnit Bridge] Fix text and table inconsistency <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- bc14a2f [PHPUnit Bridge] Fix text and table inconsistency
2 parents ac72c04 + bc14a2f commit b7ce197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ its ``bin/simple-phpunit`` command. It has the following features:
814814
* Works with a standalone vendor directory that doesn't conflict with yours;
815815
* Does not embed ``prophecy`` to prevent any conflicts with its dependencies;
816816
* Uses PHPUnit 4.8 when run with PHP <=5.5, PHPUnit 5.7 when run with PHP >=5.6
817-
and PHPUnit 6.5 when run with PHP >=7.2;
817+
and PHPUnit 6.5 when run with PHP >=7.0;
818818
* Collects and replays skipped tests when the ``SYMFONY_PHPUNIT_SKIPPED_TESTS``
819819
env var is defined: the env var should specify a file name that will be used for
820820
storing skipped tests on a first run, and replay them on the second run;

0 commit comments

Comments
 (0)