Skip to content

Commit dec5be0

Browse files
author
AbdelKader Bouadjadja
authored
Fix typo in Clock Mocking part
1 parent 4586b17 commit dec5be0

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
@@ -151,7 +151,7 @@ If you have this kind of time-related tests::
151151

152152
You used the :doc:`Symfony Stopwatch Component </components/stopwatch>` to
153153
calculate the duration time of your process, here 10 seconds. However, depending
154-
on the load of the server your the processes running on your local machine, the
154+
on the load of the server or the processes running on your local machine, the
155155
``$duration`` could for example be `10.000023s` instead of `10s`.
156156

157157
This kind of tests are called transient tests: they are failing randomly

0 commit comments

Comments
 (0)