File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ PHPUnit_ will stop your test suite once a deprecation notice is triggered whose
112112message contains the ``"foobar" `` string.
113113
114114Making Tests Fail
115- -----------------
115+ ~~~~~~~~~~~~~~~~~
116116
117117By default, any non-legacy-tagged or any non-`@-silenced `_ deprecation notices will
118118make tests fail. Alternatively, setting ``SYMFONY_DEPRECATIONS_HELPER `` to an
@@ -122,6 +122,14 @@ the value ``"weak"`` which will make the bridge ignore any deprecation notices.
122122This is useful to projects that must use deprecated interfaces for backward
123123compatibility reasons.
124124
125+ Disabling the Deprecation Helper
126+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
127+
128+ Set the ``SYMFONY_DEPRECATIONS_HELPER `` environment variable to ``disabled `` to
129+ completely disable the deprecation helper. This is useful to make use of the
130+ rest of features provided by this component without getting errors or messages
131+ related to deprecations.
132+
125133Time-sensitive Tests
126134--------------------
127135
You can’t perform that action at this time.
0 commit comments