Skip to content

Commit f853c9a

Browse files
committed
[#14286] Added versionadded directive
1 parent d8d96ca commit f853c9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,9 +877,14 @@ If you have installed the bridge through Composer, you can run it by calling e.g
877877
(not defined in a :ref:`dotenv file <config-dot-env>`).
878878

879879
In the same way, ``SYMFONY_MAX_PHPUNIT_VERSION`` will set the maximum version
880-
of PHPUnit to be considered. This is useful when testing a framework that does
880+
of PHPUnit to be considered. This is useful when testing a framework that does
881881
not support the latest version(s) of PHPUnit.
882882

883+
.. versionadded:: 5.2
884+
885+
The ``SYMFONY_MAX_PHPUNIT_VERSION`` env variable was introduced in
886+
Symfony 5.2.
887+
883888
.. tip::
884889

885890
If you still need to use ``prophecy`` (but not ``symfony/yaml``),

0 commit comments

Comments
 (0)