| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class MiddlewareTest extends AbstractTestCase |
||
| 11 | { |
||
| 12 | private Interfaces\CommandBus $commandBus; |
||
| 13 | |||
| 14 | protected function setUp(): void |
||
| 15 | { |
||
| 16 | $this->commandBus = $this->createConfiguredCommandBus(); |
||
| 17 | } |
||
| 18 | |||
| 19 | public function testLoggerMiddlewareLogsOnlyLoggableCommands(): void |
||
| 30 | } |
||
| 31 | } |
||
| 32 |