https://github.com/misantron/phpunit-guzzle-test-client
Guzzle test client helpers for PHPUnit
https://github.com/misantron/phpunit-guzzle-test-client
guzzle hacktoberfest phpunit tests
Last synced: 5 months ago
JSON representation
Guzzle test client helpers for PHPUnit
- Host: GitHub
- URL: https://github.com/misantron/phpunit-guzzle-test-client
- Owner: misantron
- License: mit
- Created: 2020-10-04T13:42:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T09:54:46.000Z (about 1 year ago)
- Last Synced: 2024-11-10T03:59:19.683Z (6 months ago)
- Topics: guzzle, hacktoberfest, phpunit, tests
- Language: PHP
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guzzle test client helpers for PHPUnit
[](https://github.com/misantron/phpunit-guzzle-test-client/actions)
[](https://codecov.io/gh/misantron/phpunit-guzzle-test-client)
[](https://github.com/misantron/phpunit-guzzle-test-client)
[](https://packagist.org/packages/misantron/phpunit-guzzle-test-client)Collection of [PHPUnit](https://phpunit.de/) test helper traits created for testing services using [Guzzle](https://github.com/guzzle/guzzle) http client.
## Installation
The recommended way to install is through [Composer](https://getcomposer.org/).
```bash
composer require --dev misantron/phpunit-guzzle-test-client
```## Supported versions
* [PHPUnit](https://phpunit.de/) test framework - 8 / 9 / 10
* [Guzzle](https://github.com/guzzle/guzzle) http client - 6 / 7## Usage
To understand how to use helpers in your tests you can view [example tests](/examples).
## License
[The MIT License (MIT)](LICENSE)
Copyright © 2020-2023 Aleksandr Ivanov