| Total Complexity | 2 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | final class MapBasedEventsHandlerTest extends TestCase |
||
| 17 | { |
||
| 18 | use EventArgsProvider; |
||
| 19 | |||
| 20 | /** @var MapBased */ |
||
| 21 | private $mapBasedEventsHandler; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @before |
||
| 25 | */ |
||
| 26 | public function setUpDependencies() : void |
||
| 32 | } |
||
| 33 | |||
| 34 | public function testOutboxHappyPathWorkflowOnFlushEvent() : void |
||
| 49 |