Skip to content

Commit c2f7a56

Browse files
committed
Minor tweaks
1 parent 6bd619a commit c2f7a56

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

components/phpunit_bridge.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ message, enclosed with ``/``. For example, with:
215215
`PHPUnit`_ will stop your test suite once a deprecation notice is triggered whose
216216
message contains the ``"foobar"`` string.
217217

218+
.. _making-tests-fail:
219+
218220
Making Tests Fail
219221
~~~~~~~~~~~~~~~~~
220222

@@ -325,9 +327,9 @@ It's also possible to change verbosity per deprecation type. For example, using
325327
``quiet[]=indirect&quiet[]=other`` will hide details for deprecations of types
326328
"indirect" and "other".
327329

328-
Note that `quiet` hides details for the specified deprecation types, but will
329-
not change the outcome in terms of exit code. That's what :ref:`max <making-tests-fail>` is for, and both
330-
settings are orthogonal.
330+
The ``quiet`` option hides details for the specified deprecation types, but will
331+
not change the outcome in terms of exit code. That's what :ref:`max <making-tests-fail>`
332+
is for, and both settings are orthogonal.
331333

332334
.. versionadded:: 5.1
333335

0 commit comments

Comments
 (0)