You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/uid.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,9 +437,10 @@ MockUuidFactory
437
437
===============
438
438
439
439
.. versionadded:: 7.4
440
-
The :class:`Symfony\Component\Uid\Factory\MockUuidFactory` class was introduced in Symfony 7.4.
441
440
442
-
The :class:`Symfony\Component\Uid\Factory\MockUuidFactory` class allows you to control the UUIDs generated during your tests, making them predictable and reproducible.
441
+
The :class:`Symfony\\Component\\Uid\\Factory\\MockUuidFactory` class was introduced in Symfony 7.4.
442
+
443
+
The :class:`Symfony\\Component\\Uid\\Factory\\MockUuidFactory` class allows you to control the UUIDs generated during your tests, making them predictable and reproducible.
443
444
444
445
Suppose you have a service that generates a UUID for each new user:
0 commit comments