Skip to content

Clearer difference with max and quiet options #18786

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
Aug 28, 2023
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 @@ -325,6 +325,10 @@ It's also possible to change verbosity per deprecation type. For example, using
``quiet[]=indirect&quiet[]=other`` will hide details for deprecations of types
"indirect" and "other".

Note that `quiet` hides details for the specified deprecation types, but will
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Note that `quiet` hides details for the specified deprecation types, but will
.. note::
`quiet` hides details for the specified deprecation types, but will

Please use 2 backticks before and after quite and max, thanks

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the two backticks while merging. I didn't add the .. note:: directive because this section is short and the directive breaks the reading flow. Thanks.

not change the outcome in terms of exit code. That's what :ref:`max <making-tests-fail>` is for, and both
settings are orthogonal.

.. versionadded:: 5.1

The ``quiet`` option was introduced in Symfony 5.1.
Expand Down