8000 Fixed some references · symfony/symfony-docs@6aa2829 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6aa2829

Browse files
javiereguiluzwouterj
authored andcommitted
Fixed some references
1 parent a22e33b commit 6aa2829

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/phpunit_bridge.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,8 @@ If you have this kind of time-related tests::
477477
}
478478
}
479479

480-
You used the :doc:`Symfony Stopwatch Component </components/stopwatch>` to
481-
calculate the duration time of your process, here 10 seconds. However, depending
480+
You calculated the duration time of your process using the Stopwatch utilities to
481+
:ref:`profile Symfony applications <profiling-applications>`. However, depending
482482
on the load of the server or the processes running on your local machine, the
483483
``$duration`` could for example be ``10.000023s`` instead of ``10s``.
484484

profiler.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,4 @@ event::
214214
profiler/data_collector
215215

216216
.. _`Single-page applications`: https://en.wikipedia.org/wiki/Single-page_application
217-
.. _`Stopwatch component`: https://symfony.com/components/Stopwatch
218217
.. _`Blackfire`: https://blackfire.io/docs/introduction?utm_source=symfony&utm_medium=symfonycom_docs&utm_campaign=profiler

0 commit comments

Comments
 (0)
0