This free course uses older versions of Laravel. It is provided as-is, without ongoing updates or individual support.
In this lesson, I walk through some simple tests I put together behind-the-scenes to give us a head start on updating concerts.
If you're building along in your own repo, be sure to go through the changes made in this lesson's commit and apply them to your own project.
Most notably, we've moved the $response->data(...) macro to the base TestCase class so we can reuse it in our other tests.