Skip to content

Commit b92cf53

Browse files
committed
minor #9976 Fix PHPUnit versions (PierreRambaud)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #9976). Discussion ---------- Fix PHPUnit versions Refer to this lines : https://github.com/symfony/phpunit-bridge/blob/master/bin/simple-phpunit#L48 Commits ------- 3eb09f6 Fix PHPUnit versions
2 parents 40a2a18 + 3eb09f6 commit b92cf53

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
@@ -452,7 +452,7 @@ its ``bin/simple-phpunit`` command. It has the following features:
452452

453453
* Does not embed ``symfony/yaml`` nor ``prophecy`` to prevent any conflicts with
454454
these dependencies;
455-
* Uses PHPUnit 4.8 when run with PHP <=5.5 and PHPUnit 5.3 when run with PHP >=5.6;
455+
* 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;
456456
* Collects and replays skipped tests when the ``SYMFONY_PHPUNIT_SKIPPED_TESTS``
457457
env var is defined: the env var should specify a file name that will be used for
458458
storing skipped tests on a first run, and replay them on the second run;

0 commit comments

Comments
 (0)