| 1 | <?php |
||
| 21 | class MessageManagerMock extends MessageManager |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function findBy(array $criteria, ?array $orderBy = null, $limit = null, $offset = null) |
||
| 36 | |||
| 37 | public function findByTypes(array $types, $state, $batchSize) |
||
| 47 | |||
| 48 | public function save($message, $andFlush = true): void |
||
| 51 | } |
||
| 52 |