mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
657 B
657 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Use test files to describe your thoughts about a specific feature — in full — before starting implementation | 1451526388717133857 | weekly-thread-2021-42 | laracasts |
|
2021-10-22T12:30:33+00:00 | use-test-files-to-describe-your-thoughts-about-a-specific-feature-in-full-before-starting-implementation |
Testing Tip: use a test class or spec file as a place to gather all of your thoughts about how a particular feature should behave. Then, write each as a pending test.
Here's an example from our upcoming "Feed" section.