Alfred Danda - [PHP - Laravel - Vue.js - Running - Music]
1 post in tag testing
Travelling through time in Laravel tests
Laravel makes it easy to handle time-sensitive tests with its travel helper, a feature that allows you to simulate time shifts with a single line of code. In this guide, we'll walk through testing a login rate limiter, ensuring users are properly blocked after multiple failed attempts. Instead of relying on slow, manual pauses, this approach keeps your test suite fast.
Read more