Simplified my test assertions with a custom method in Laravel + Pest!
Instead of multiple assertDatabaseCount calls, I created assertDatabaseHasCount to handle table counts in one go.
Clean, reusable, and less code duplication.✨
What do you think? 🤔
x.com/LaravelJutsu/status/1841832123264627056/photo/1
Back