Skip to content

Commit 21c684e

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix anchor location
2 parents a540576 + c969632 commit 21c684e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/phpunit_bridge.rst

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

335-
.. _write-assertions-about-deprecations:
336-
337335
Deprecation Notices at Autoloading Time
338336
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
339337

@@ -372,6 +370,8 @@ Log Deprecations
372370
For turning the verbose output off and write it to a log file instead you can use
373371
``SYMFONY_DEPRECATIONS_HELPER='logFile=/path/deprecations.log'``.
374372

373+
.. _write-assertions-about-deprecations:
374+
375375
Write Assertions about Deprecations
376376
-----------------------------------
377377

@@ -855,7 +855,7 @@ You can either:
855855

856856
// config/bootstrap.php
857857
use Symfony\Bridge\PhpUnit\ClockMock;
858-
858+
859859
// ...
860860
if ('test' === $_SERVER['APP_ENV']) {
861861
ClockMock::register('Acme\\MyClassTest\\');
@@ -919,7 +919,7 @@ If you have installed the bridge through Composer, you can run it by calling e.g
919919
then set the ``SYMFONY_PHPUNIT_REMOVE`` env var to ``symfony/yaml``.
920920

921921
It's also possible to set this env var in the ``phpunit.xml.dist`` file.
922-
922+
923923
.. tip::
924924

925925
It is also possible to require additional packages that will be installed along

0 commit comments

Comments
 (0)