Skip to content
Snippets Groups Projects

Add tests for ECA-submodule

Merged Jasper Lammens requested to merge feature/tests into 1.0.x
Compare and
12 files
+ 284
11
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -38,9 +38,9 @@ class EcaEventSubscriber extends EcaBase {
public function __construct(
Processor $processor,
TokenInterface $token_service,
protected LoggerChannelInterface $logger,
protected NormalizerInterface $serializer,
protected TypedDataManagerInterface $typedDataManager
protected readonly LoggerChannelInterface $logger,
protected readonly NormalizerInterface $serializer,
protected readonly TypedDataManagerInterface $typedDataManager,
) {
parent::__construct($processor, $token_service);
}
Loading