First unit tests, misc fixes

This commit is contained in:
2024-03-12 01:45:21 +01:00
parent b3476881e1
commit 8be2e81054
8 changed files with 173 additions and 22 deletions

View File

@ -7,4 +7,6 @@ interface SubscriberInterface
public function deliver(Message $message): void;
public function isAuthorized(): bool;
public function getPayload(): ?array;
}