Upgrading to Laravel 5.5

A Surgical Refactoring

You Might Not Need a Mocking Framework

This free course uses older versions of Laravel. It is provided as-is, without ongoing updates or individual support.

In this lesson, we work on removing the need to migrate the database when testing our simple Reservation class.

We also talk about different approaches to isolating the Reservation from it's collaborators, and why you might not need a special library to do it.