Writing simple "page can be visited" tests is a great way to get started with testing

Writing simple "page can be visited" tests is a great way to get started with testing

Does your @laravelphp application have 0 tests? Here is one test you can easily add to get started. It's probably the most important test — in web projects — and it has an enormous value.

✓ Ensures your application boots. ✅ ✓ Ensures the home page can be loaded. 💨

We're writing a book, you can get it for free here.