| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class CommentsBaselinedOEventContract extends ApplicationOutboundEventContract |
||
| 11 | { |
||
| 12 | |||
| 13 | public function testCommentCreatedOEvent() |
||
| 14 | { |
||
| 15 | self::assertTrue( |
||
| 16 | $this->verifyContracts($this->createEvent(), ['Posts/CommentsBaselinedPostsIEvent']) |
||
| 17 | ); |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return CommentsBaselinedOEvent |
||
| 22 | */ |
||
| 23 | protected function createEvent(): CommentsBaselinedOEvent |
||
| 28 | } |
||
| 29 | } |