8000 Document the SYMFONY_MAX_PHPUNIT_VERSION environment variable by stevegrunwell · Pull Request #14286 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Document the SYMFONY_MAX_PHPUNIT_VERSION environment variable #14286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2020
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
DBB0
Diff view
Document the SYMFONY_MAX_PHPUNIT_VERSION environment variable
This documentation corresponds with symfony/symfony#38305.
  • Loading branch information
stevegrunwell committed Sep 25, 2020
commit 517cbc0378fd38db07444e6caf7e36c0c4099281
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
0