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 d286b45 commit 6e0ff0bCopy full SHA for 6e0ff0b
components/phpunit_bridge.rst
@@ -325,7 +325,7 @@ Clock Mocking
325
326
The :class:`Symfony\\Bridge\\PhpUnit\\ClockMock` class provided by this bridge
327
allows you to mock the PHP's built-in time functions ``time()``,
328
-``microtime()``, ``sleep()`` and ``usleep()``. Additionally the function
+``microtime()``, ``sleep()``, ``usleep()`` and ``gmdate``. Additionally the function
329
``date()`` is mocked so it uses the mocked time if no timestamp is specified.
330
Other functions with an optional timestamp parameter that defaults to ``time()``
331
will still use the system time instead of the mocked time.
0 commit comments