Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions components/phpunit_bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,10 @@ If you have installed the bridge through Composer, you can run it by calling e.g
It's also possible to set ``SYMFONY_PHPUNIT_VERSION`` as a real env var
(not defined in a :ref:`dotenv file <config-dot-env>`).

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

.. tip::

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