Skip to content

Commit a25c425

Browse files
committed
Merge branch '5.1'
* 5.1: Added the versionadded directive Add documentation about quiet configuration
2 parents ac921b5 + eb910e3 commit a25c425

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/phpunit_bridge.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,14 @@ By default, the bridge will display a detailed output with the number of
296296
deprecations and where they arise. If this is too much for you, you can use
297297
``SYMFONY_DEPRECATIONS_HELPER=verbose=0`` to turn the verbose output off.
298298

299+
It's also possible to change verbosity per deprecation type. For example, using
300+
``quiet[]=indirect&quiet[]=other`` will hide details for deprecations of types
301+
"indirect" and "other".
302+
303+
.. versionadded:: 5.1
304+
305+
The ``quiet`` option was introduced in Symfony 5.1.
306+
299307
Disabling the Deprecation Helper
300308
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
301309

0 commit comments

Comments
 (0)