File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -308,8 +308,6 @@ to completely disable the deprecation helper. This is useful to make use of the
308308rest of features provided by this component without getting errors or messages
309309related to deprecations.
310310
311- .. _write-assertions-about-deprecations :
312-
313311Deprecation Notices at Autoloading Time
314312~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
315313
@@ -336,6 +334,8 @@ time. This can be disabled with the ``debug-class-loader`` option.
336334
337335 The ``DebugClassLoader `` integration was introduced in Symfony 4.2.
338336
337+ .. _write-assertions-about-deprecations :
338+
339339Write Assertions about Deprecations
340340-----------------------------------
341341
@@ -818,7 +818,7 @@ You can either:
818818
819819 // config/bootstrap.php
820820 use Symfony\Bridge\PhpUnit\ClockMock;
821-
821+
822822 // ...
823823 if ('test' === $_SERVER['APP_ENV']) {
824824 ClockMock::register('Acme\\MyClassTest\\');
You can’t perform that action at this time.
0 commit comments