mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: remove "fzaninotto's"
This commit is contained in:
parent
d72a893a75
commit
f8e1ca7a86
@ -3,7 +3,7 @@ Generating Test Data
|
||||
####################
|
||||
|
||||
Often you will need sample data for your application to run its tests. The ``Fabricator`` class
|
||||
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
|
||||
of random data. Use fabricators in your seeds or test cases to stage fake data for your unit tests.
|
||||
|
||||
.. contents::
|
||||
|
Loading…
x
Reference in New Issue
Block a user