From dec5be0b3839459f287bb15b5573f1f13f877d66 Mon Sep 17 00:00:00 2001 From: AbdelKader Bouadjadja Date: Sun, 16 Apr 2017 19:30:05 +0200 Subject: [PATCH] Fix typo in Clock Mocking part --- components/phpunit_bridge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/phpunit_bridge.rst b/components/phpunit_bridge.rst index 1ff9ce78d52..41d71b776c6 100644 --- a/components/phpunit_bridge.rst +++ b/components/phpunit_bridge.rst @@ -151,7 +151,7 @@ If you have this kind of time-related tests:: You used the :doc:`Symfony Stopwatch Component ` to calculate the duration time of your process, here 10 seconds. However, depending -on the load of the server your the processes running on your local machine, the +on the load of the server or the processes running on your local machine, the ``$duration`` could for example be `10.000023s` instead of `10s`. This kind of tests are called transient tests: they are failing randomly