Using Mockery with Codeception and Laravel 4
Integrating Codeception with a Laravel 4.* application is not as straight forward as you might hope, especially if you need to mock API calls. Let's take a look at an approach I used recently that solved this problem.
Codeception
Laravel
Testing
Read More