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
308
308
rest of features provided by this component without getting errors or messages
309
309
related to deprecations.
310
310
311
- .. _write-assertions-about-deprecations :
312
-
313
311
Deprecation Notices at Autoloading Time
314
312
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
315
313
@@ -336,6 +334,8 @@ time. This can be disabled with the ``debug-class-loader`` option.
336
334
337
335
The ``DebugClassLoader `` integration was introduced in Symfony 4.2.
338
336
337
+ .. _write-assertions-about-deprecations :
338
+
339
339
Write Assertions about Deprecations
340
340
-----------------------------------
341
341
@@ -818,7 +818,7 @@ You can either:
818
818
819
819
// config/bootstrap.php
820
820
use Symfony\Bridge\PhpUnit\ClockMock;
821
-
821
+
822
822
// ...
823
823
if ('test' === $_SERVER['APP_ENV']) {
824
824
ClockMock::register('Acme\\MyClassTest\\');
You can’t perform that action at this time.
0 commit comments