Skip to content

Releases: hyperf/testing

Release v2.2.23

17 Jan 02:26
Compare
Choose a tag to compare
Added document about how to use cookies for testing client. (#4427)



Co-authored-by: 李铭昕 <[email protected]>

Release v2.2.22

04 Jan 04:26
Compare
Choose a tag to compare
Added type hint for `Debug::getRefCount()` which only support object.…

Release v2.2.20

13 Dec 02:08
Compare
Choose a tag to compare
Fixed bug that the path with query params won't match route when usin…

Release v2.2.11

11 Oct 02:20
Compare
Choose a tag to compare
Optimized testing client which create the directory again when the di…

Release v2.2.0

19 Jul 05:38
Compare
Choose a tag to compare
Update `branch-alias` to `2.2-dev` in `composer.json`

Release v2.2.0-beta1

07 Jun 02:41
Compare
Choose a tag to compare
Optimized all composer.json (#3569)

* Optimized all composer.json

* Update package-lock.json

Release v2.1.12

29 Mar 02:24
Compare
Choose a tag to compare
Optimized code for `co-phpunit`. (#3422)

Release v2.1.11

22 Mar 02:14
Compare
Choose a tag to compare
Added method `Hyperf\Testing\Client::sendRequest()`, you can use your…

Release v2.1.10

15 Mar 02:04
Compare
Choose a tag to compare
Fixed bug that could't get the valid `uri` when using `Hyperf\Testing…

Release v2.1.9

08 Mar 01:25
Compare
Choose a tag to compare
Optimized code for `testing` which mock request in an alone coroutine…