Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (10 months ago)
- Last Synced: 2024-11-10T03:59:19.683Z (about 2 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
[![Build Status](https://img.shields.io/github/actions/workflow/status/misantron/phpunit-guzzle-test-client/build.yml?style=flat-square)](https://github.com/misantron/phpunit-guzzle-test-client/actions)
[![Code Coverage](https://img.shields.io/codecov/c/gh/misantron/phpunit-guzzle-test-client.svg?style=flat-square)](https://codecov.io/gh/misantron/phpunit-guzzle-test-client)
[![PHP Version](https://img.shields.io/packagist/php-v/misantron/phpunit-guzzle-test-client.svg?style=flat-square)](https://github.com/misantron/phpunit-guzzle-test-client)
[![Packagist](https://img.shields.io/packagist/v/misantron/phpunit-guzzle-test-client.svg?style=flat-square)](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