Releases: hyperf/testing
Releases · hyperf/testing
Release v2.2.23
Added document about how to use cookies for testing client. (#4427) Co-authored-by: 李铭昕 <[email protected]>
Release v2.2.22
Added type hint for `Debug::getRefCount()` which only support object.…
Release v2.2.20
Fixed bug that the path with query params won't match route when usin…
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…