Skip to content

Commit 86a9d92

Browse files
committed
Fix anchor location
1 parent 29c2bec commit 86a9d92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/phpunit_bridge.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@ to completely disable the deprecation helper. This is useful to make use of the
308308
rest of features provided by this component without getting errors or messages
309309
related to deprecations.
310310

311-
.. _write-assertions-about-deprecations:
312-
313311
Deprecation 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+
339339
Write 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\\');

0 commit comments

Comments
 (0)