1 | <?php declare(strict_types = 1); |
||
10 | abstract class AbstractAsynchronousMessagesTestCase extends ProophTestCase |
||
11 | { |
||
12 | protected function thenShouldPublishExpectedMessageToExpectedProducerRouteKey($expectedProducerRouteKey): void |
||
24 | |||
25 | abstract protected function getPublishedEventsFromTestBridge(): array; |
||
26 | } |
||
27 |