Testing in Laravel: Beyond assertStatus(200) - What Should I Be Testing?
- What's a good starting point for writing tests in a new Laravel project? What are the "must-have" tests?
- How do you decide when to use a mock vs. a stub?
- What are some examples of meaningful assertions beyond just checking HTTP status codes?
- What testing strategies have helped you the most in a production environment?