Skip to content

Commit c969632

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix anchor location
2 parents 752f702 + 2fcf1be commit c969632

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
@@ -341,8 +341,6 @@ to completely disable the deprecation helper. This is useful to make use of the
341341
rest of features provided by this component without getting errors or messages
342342
related to deprecations.
343343

344-
.. _write-assertions-about-deprecations:
345-
346344
Deprecation 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+
392392
Write 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\\');

0 commit comments

Comments
 (0)