Skip to content

Commit 47460b5

Browse files
javiereguiluzxabbuh
authored andcommitted
Fixed a minor syntax issue
1 parent afbbfd5 commit 47460b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ If you have this kind of time-related tests::
174174
You used the :doc:`Symfony Stopwatch Component </components/stopwatch>` to
175175
calculate the duration time of your process, here 10 seconds. However, depending
176176
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`.
177+
``$duration`` could for example be ``10.000023s`` instead of ``10s``.
178178

179179
This kind of tests are called transient tests: they are failing randomly
180180
depending on spurious and external circumstances. They are often cause trouble

0 commit comments

Comments
 (0)