Skip to content

Commit 777267a

Browse files
committed
minor #7812 Fix typo in Clock Mocking part (medinae)
This PR was merged into the 2.8 branch. Discussion ---------- Fix typo in Clock Mocking part Commits ------- dec5be0 Fix typo in Clock Mocking part
2 parents 4586b17 + dec5be0 commit 777267a

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)