We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72a893 commit f8e1ca7Copy full SHA for f8e1ca7
1 file changed
user_guide_src/source/testing/fabricator.rst
@@ -3,7 +3,7 @@ Generating Test Data
3
####################
4
5
Often you will need sample data for your application to run its tests. The ``Fabricator`` class
6
-uses fzaninotto's `Faker <https://github.com/FakerPHP/Faker>`_ to turn models into generators
+uses `Faker <https://github.com/FakerPHP/Faker>`_ to turn models into generators
7
of random data. Use fabricators in your seeds or test cases to stage fake data for your unit tests.
8
9
.. contents::
0 commit comments