PHPackages                             airtimerewards/guzzle-test-helper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. airtimerewards/guzzle-test-helper

ActiveLibrary[Testing &amp; Quality](/categories/testing)

airtimerewards/guzzle-test-helper
=================================

Helper for testing guzzle requests.

v1.3.0(5y ago)119.9k↓42.9%MITPHPPHP ^7.3 || ^8.0

Since Nov 20Pushed 5y ago2 watchersCompare

[ Source](https://github.com/airtimerewards/guzzle-test-helper)[ Packagist](https://packagist.org/packages/airtimerewards/guzzle-test-helper)[ RSS](/packages/airtimerewards-guzzle-test-helper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

Guzzle Test Helper
==================

[](#guzzle-test-helper)

This library is used to help test requests and responses made by guzzle. Instantiate an instance of `AirtimeRewards\GuzzleTestHelper\MockGuzzleClient` with the same parameters you would instantiate the standard guzzle client, then responses can be injected and requests can be retrieved for assertions.

Example
-------

[](#example)

```
