Join Slack
Powered by
Hi everybody, does exists a faker libary for CF? l...
# cfml-general
d
Dirk
06/27/2023, 11:07 AM
Hi everybody, does exists a faker libary for CF? like
https://fakerphp.github.io/
a
aliaspooryorik
06/27/2023, 11:14 AM
testbox comes with one
https://testbox.ortusbooks.com/mocking/mocking-data
aliaspooryorik
06/27/2023, 11:15 AM
Which I believe is this
https://forgebox.io/view/mockdatacfc
@Dirk
✅ 1
d
Dirk
06/27/2023, 11:17 AM
What do you think? Can I use the mocking types without install the mocking server/service?
a
aliaspooryorik
06/27/2023, 11:18 AM
Yes - you can just do
new mockdatacfc.models.MockData().mock().
👍 1
Open in Slack
Previous
Next