| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class PostUpdatedOEventContract extends ApplicationOutboundEventContract |
||
| 11 | { |
||
| 12 | |||
| 13 | public function testPostCreatedOEvent() |
||
| 14 | { |
||
| 15 | self::assertTrue( |
||
| 16 | $this->verifyContracts($this->createEvent(), [ |
||
| 17 | 'Comments/PostUpdatedCommentsIEvent', |
||
| 18 | 'Tags/PostUpdatedTagsIEvent', |
||
| 19 | 'Security/PostUpdatedSecurityIEvent', |
||
| 20 | ]) |
||
| 21 | ); |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return PostUpdatedOEvent |
||
| 26 | */ |
||
| 27 | protected function createEvent(): PostUpdatedOEvent |
||
| 39 | } |
||
| 40 | } |