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 @@ -341,8 +341,6 @@ to completely disable the deprecation helper. This is useful to make use of the
341341rest of features provided by this component without getting errors or messages
342342related to deprecations.
343343
344- .. _write-assertions-about-deprecations :
345-
346344Deprecation Notices at Autoloading Time
347345~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
348346
@@ -389,6 +387,8 @@ For turning the verbose output off and write it to a log file instead you can us
389387
390388 The ``logFile `` option was introduced in Symfony 5.3.
391389
390+ .. _write-assertions-about-deprecations :
391+
392392Write Assertions about Deprecations
393393-----------------------------------
394394
@@ -877,7 +877,7 @@ You can either:
877877
878878 // config/bootstrap.php
879879 use Symfony\Bridge\PhpUnit\ClockMock;
880-
880+
881881 // ...
882882 if ('test' === $_SERVER['APP_ENV']) {
883883 ClockMock::register('Acme\\MyClassTest\\');
You can’t perform that action at this time.
0 commit comments