Total Complexity | 8 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | abstract class ApplicationOutboundEventContract extends TestCase |
||
9 | { |
||
10 | |||
11 | use ApplicationEventContractLoader; |
||
12 | |||
13 | protected function verifyContracts(ApplicationOutboundEvent $event, array $contracts): bool |
||
26 | } |
||
27 | |||
28 | private function verifyContract(ApplicationOutboundEvent $event, string $contract): ?string |
||
41 | } |