Releases: hyperf/testing
Releases · hyperf/testing
Release v2.2.11
Optimized testing client which create the directory again when the di…
Release v2.2.0
Update `branch-alias` to `2.2-dev` in `composer.json`
Release v2.2.0-beta1
Optimized all composer.json (#3569) * Optimized all composer.json * Update package-lock.json
Release v2.1.12
Optimized code for `co-phpunit`. (#3422)
Release v2.1.11
Added method `Hyperf\Testing\Client::sendRequest()`, you can use your…
Release v2.1.10
Fixed bug that could't get the valid `uri` when using `Hyperf\Testing…
Release v2.1.9
Optimized code for `testing` which mock request in an alone coroutine…
Release v2.1.0
Changed branch-alias of `dev-master` to `2.1-dev` (#3038) * Update branch-alias * Update composer.json
Release v2.1.0-beta1
Use `(string) $body` instead of `$body->getContents()` for getting co…
Release v2.0.14
Fixed http client does not works when using guzzle 7.0 and curl hook …