misantron / phpunit-guzzle-test-client
Guzzle http test client helpers for PHPUnit
Installs: 3 175
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 2
Requires
- php: ^7.4 || ^8.0
- guzzlehttp/guzzle: ^6.5 || ^7.3
Requires (Dev)
- phpunit/phpunit: ^9.5 || ^10.1
- symplify/easy-coding-standard: ^10.0 || ^11.0 || ^12.0
This package is auto-updated.
Last update: 2024-11-04 11:18:14 UTC
README
Collection of PHPUnit test helper traits created for testing services using Guzzle http client.
Installation
The recommended way to install is through Composer.
composer require --dev misantron/phpunit-guzzle-test-client
Supported versions
Usage
To understand how to use helpers in your tests you can view example tests.
License
The MIT License (MIT)
Copyright © 2020-2023 Aleksandr Ivanov