Use skip() when writing tests ahead of time
- ·
- Telegram
- ·
- Newsletter
🌶️ #Laravel #pestphp tip
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!