Skip to content

Releases: hyperf/testing

Release v3.0.38

05 Oct 09:27

Choose a tag to compare

Fixed PriorityMiddleware for testing. (#6183)

Release v3.1.0-rc.4

22 Sep 05:59

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

Choose a tag to compare

Upgrade actions/checkout to v4 (#6159)

Release v3.1.0-beta.8

21 Jul 04:19

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

Choose a tag to compare

Support modify the context of sub coroutine when using test component…

Release v3.1.0-beta.6

08 Jul 13:58

Choose a tag to compare

Release v3.1.0-beta.5

30 Jun 03:16

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: 李铭昕 <[email protected]>

Release v3.1.0-beta.3

24 Jun 08:12

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

Choose a tag to compare

Support swow psr7-plus interface for all components. (#5839)

Release v3.1.0-alpha.1

10 Jun 02:22

Choose a tag to compare

Fix co-phpunit and co-pest, optimize ci workflows (#5825)