You can freeze time in tests
- ·
- Telegram
- ·
- Newsletter
βοΈIn your Laravel tests, you might sometimes need to freeze the time.
This is particularly useful if you're trying to make assertions based on timestamps or need to make queries based on dates and/or times.
#laravel #php