We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbbfd5 commit 47460b5Copy full SHA for 47460b5
components/phpunit_bridge.rst
@@ -174,7 +174,7 @@ If you have this kind of time-related tests::
174
You used the :doc:`Symfony Stopwatch Component </components/stopwatch>` to
175
calculate the duration time of your process, here 10 seconds. However, depending
176
on the load of the server or the processes running on your local machine, the
177
-``$duration`` could for example be `10.000023s` instead of `10s`.
+``$duration`` could for example be ``10.000023s`` instead of ``10s``.
178
179
This kind of tests are called transient tests: they are failing randomly
180
depending on spurious and external circumstances. They are often cause trouble
0 commit comments