TESTING
10 April 2018
Api testing with codeception and Yii2 http client
Testing API integrations has been one of those things I could not find an elegant solution for. This was before I found yii2's http client. With the use of their "Transports" we can fake API calls for testing without actually hitting the API. By faking responses we can test how our applications handles different responses.
Read more →