Skip to content

Commit e8b6d7c

Browse files
committed
[Uid] Add documentation for MockUuidFactory usage in tests
1 parent 8182c7b commit e8b6d7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/uid.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,9 +437,10 @@ MockUuidFactory
437437
===============
438438

439439
.. versionadded:: 7.4
440-
The :class:`Symfony\Component\Uid\Factory\MockUuidFactory` class was introduced in Symfony 7.4.
441440

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.
443444

444445
Suppose you have a service that generates a UUID for each new user:
445446

0 commit comments

Comments
 (0)