mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
431 B
431 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 |
|
2021-08-16T19:07: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