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
341
341
rest of features provided by this component without getting errors or messages
342
342
related to deprecations.
343
343
344
- .. _write-assertions-about-deprecations :
345
-
346
344
Deprecation Notices at Autoloading Time
347
345
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
348
346
@@ -389,6 +387,8 @@ For turning the verbose output off and write it to a log file instead you can us
389
387
390
388
The ``logFile `` option was introduced in Symfony 5.3.
391
389
390
+ .. _write-assertions-about-deprecations :
391
+
392
392
Write Assertions about Deprecations
393
393
-----------------------------------
394
394
@@ -877,7 +877,7 @@ You can either:
877
877
878
878
// config/bootstrap.php
879
879
use Symfony\Bridge\PhpUnit\ClockMock;
880
-
880
+
881
881
// ...
882
882
if ('test' === $_SERVER['APP_ENV']) {
883
883
ClockMock::register('Acme\\MyClassTest\\');
You can’t perform that action at this time.
0 commit comments