Release v3.1.0-beta.5
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]>