Uh oh!
There was an error while loading. Please reload this page.
Add Faker provider - #1214
Conversation
d5f20e3 to
4c890feComparejbelien
commented
Feb 5, 2024
Hello @ker0x, welcome to the project. |
ker0x
commented
Feb 5, 2024
@jbelien yes sure. In my case, I have a listener on some of my entities that geocodes them each time they are created or updated. During my tests, I perform a lot of operations on these entities, and using a real provider slows down the tests because of HTTP calls. I don't particularly need the geocoded data to be accurate during tests, so having a provider with fake data saves me from making these HTTP calls (and it saves requests with some providers that have free request limits per month). |
Chris53897
commented
Mar 4, 2024
@ker0x Could you please revert the changes to other files beside from your new provider, and rebase against master. |
4c890fe to
310a1b2CompareUh oh!
There was an error while loading. Please reload this page.
97bce8b to
33f4e09Compare33f4e09 to
1d1d84cCompare
This PR introduce a faker provider using FakePHP. It's main purpose is to provide fake data during tests.