mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
Change 2021-01 to 2022-01
This commit is contained in:
parent
d1baa50b87
commit
3f8062e713
21 changed files with 43 additions and 43 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: 'Use skip() when writing tests ahead of time'
|
||||
tweet_id: '1479467933705195521'
|
||||
thread_slug: weekly-thread-2021-01
|
||||
thread_slug: weekly-thread-2022-01
|
||||
author_username: bhaidar
|
||||
images:
|
||||
- 'https://pbs.twimg.com/media/FHNHgg4VgAAFSzE.jpg'
|
||||
|
|
@ -12,4 +12,4 @@ slug: use-skip-when-writing-tests-ahead-of-time
|
|||
|
||||
If you like to plan your tests ahead of time and implement them one by one, you can always make use of a handy method `skip()` to tell the test runner to ignore those empty tests.
|
||||
|
||||
`skip()` accepts a callback too!
|
||||
`skip()` accepts a callback too!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue