Skip to content

Release v3.1.0-beta.5

Choose a tag to compare

@github-actions github-actions released this 30 Jun 03:16
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]>