1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00
laravel-tips/content/tips/create-helper-functions-for-creating-models-in-tests-using-factories.md
2021-08-16 20:48:37 +02:00

432 B

title tweet_id thread_slug author_username images created_at slug
Create helper functions for creating models in tests using factories 1425833852480626694 pest-tips archtechx
https://pbs.twimg.com/media/E8mO3a5VEAAsjr1.jpg
2021-08-16T19:09:22+02:00 create-helper-functions-for-creating-models-in-tests-using-factories

For example:

  • invoice() to create an Invoice model
  • product() to create a Product model