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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -440,7 +440,8 @@ MockUuidFactory
440
440
441
441
The :class:`Symfony\\Component\\Uid\\Factory\\MockUuidFactory` class was introduced in Symfony 7.4.
442
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
+
The :class:`Symfony\\Component\\Uid\\Factory\\MockUuidFactory` class allows you to
444
+
control the UUIDs generated during your tests, making them predictable and reproducible.
444
445
445
446
Suppose you have a service that generates a UUID for each new user::
0 commit comments