Skip to content

Releases: hyperf/testing

Release v2.2.11

11 Oct 02:20

Choose a tag to compare

Optimized testing client which create the directory again when the di…

Release v2.2.0

19 Jul 05:38

Choose a tag to compare

Update `branch-alias` to `2.2-dev` in `composer.json`

Release v2.2.0-beta1

07 Jun 02:41

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

Choose a tag to compare

Optimized code for `co-phpunit`. (#3422)

Release v2.1.11

22 Mar 02:14

Choose a tag to compare

Added method `Hyperf\Testing\Client::sendRequest()`, you can use your…

Release v2.1.10

15 Mar 02:04

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

Choose a tag to compare

Optimized code for `testing` which mock request in an alone coroutine…

Release v2.1.0

28 Dec 01:59

Choose a tag to compare

Changed branch-alias of `dev-master` to `2.1-dev` (#3038)

* Update branch-alias

* Update composer.json

Release v2.1.0-beta1

14 Dec 12:22

Choose a tag to compare

Use `(string) $body` instead of `$body->getContents()` for getting co…

Release v2.0.14

12 Oct 02:59

Choose a tag to compare

Fixed http client does not works when using guzzle 7.0 and curl hook …