From 20f057ce635f30dcd8f4d96a14e445df7da87913 Mon Sep 17 00:00:00 2001 From: Al-Saleh KEITA <28827545+askeita@users.noreply.github.com> Date: Mon, 13 Sep 2021 21:54:51 +0200 Subject: [PATCH] Corrected Typo Removed extra "s" in "fails" --- 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 5be489b2fb2..96f3115f77e 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -229,7 +229,7 @@ Making Tests Fail 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 fails only if a +``max[total]=320`` for instance. It will make the tests fail only if a higher number of deprecation notices is reached (``0`` is the default value).