Tutorial
11 min read
Premium
Laravel Testing: Mocking/Faking External 3rd Party APIs
One of the most common questions about automated testing in Laravel is how to write tests for the usage of some external API. There are three ways to do that, and I will show all of those in this article.