Skip to content

Releases: hyperf/testing

Release v3.1.0-rc.4

22 Sep 05:59
Compare
Choose a tag to compare
Merge branch 'master' into 3.1

# Conflicts:
#	.github/workflows/test.yml
#	src/service-governance/src/Listener/RegisterServiceListener.php
#	src/stringable/composer.json
#	src/stringable/tests/StrTest.php

Release v3.0.37

22 Sep 05:41
Compare
Choose a tag to compare
Upgrade actions/checkout to v4 (#6159)

Release v3.1.0-beta.8

21 Jul 04:19
Compare
Choose a tag to compare
Merge branch 'master' into 3.1-merge

# Conflicts:
#	src/service-governance-nacos/src/ClientFactory.php

Release v3.0.30

21 Jul 03:53
Compare
Choose a tag to compare
Support modify the context of sub coroutine when using test component…

…s. (#5962)

Release v3.1.0-beta.6

08 Jul 13:58
Compare
Choose a tag to compare

Release v3.1.0-beta.5

30 Jun 03:16
Compare
Choose a tag to compare
Improve Testing (#5885)

* Improve Test

* feat: Add container to InteractsWithContainer trait

This commit adds a property `container` of type `ContainerInterface` to the `InteractsWithContainer` trait. It also removes a redundant annotation and an unnecessary `PHPStan` ignore statement. The `instance()` method now sets instances using the container object.

Co-authored-by: 李铭昕 <715557344@qq.com>

Release v3.1.0-beta.3

24 Jun 08:12
Compare
Choose a tag to compare
Fix the bug that cannot found `setName` in phpunit 10.x (#5868)

Release v3.1.0-alpha.2

16 Jun 08:46
Compare
Choose a tag to compare
Support swow psr7-plus interface for all components. (#5839)

Release v3.1.0-alpha.1

10 Jun 02:22
Compare
Choose a tag to compare
Fix co-phpunit and co-pest, optimize ci workflows (#5825)

Release v3.0.23

02 Jun 03:51
Compare
Choose a tag to compare
Fix the bug that cannot work in vscode extensions (#5779)