From 1a2cb078e15003cacddfc9b977453555be5b6c23 Mon Sep 17 00:00:00 2001 From: Sebastian Paczkowski <74934099+sebpacz@users.noreply.github.com> Date: Fri, 26 Nov 2021 20:10:59 +0100 Subject: [PATCH] [PHPUnitBridge] [PHPUnit Bridge] Fix @-silencing operator link --- components/phpunit_bridge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index 96f3115f77e..999ddd46865 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -226,7 +226,7 @@ message contains the ``"foobar"`` string. Making Tests Fail ~~~~~~~~~~~~~~~~~ -By default, any non-legacy-tagged or any non-`@-silenced <@-silencing operator>`_ +By default, any non-legacy-tagged or any non-silenced (`@-silencing operator`_) deprecation notices will make tests fail. Alternatively, you can configure an arbitrary threshold by setting ``SYMFONY_DEPRECATIONS_HELPER`` to ``max[total]=320`` for instance. It will make the tests fail only if a