Introduction
As web applications grow more complex, we need to make sure that any changes or updates we make to the existing code won't negatively affect other parts of code. One way to check for this is to create unit tests. Laravel provides very helpful ways for us to include unit tests with our app.