| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class PostBaselinedOEventContract extends ApplicationOutboundEventContract |
||
| 13 | { |
||
| 14 | |||
| 15 | public function testPostBaselinedOEvent() |
||
| 16 | { |
||
| 17 | self::assertTrue( |
||
| 18 | $this->verifyContracts($this->createEvent(), [ |
||
| 19 | 'Comments/PostBaselinedCommentsIEvent', |
||
| 20 | 'Tags/PostBaselinedTagsIEvent', |
||
| 21 | ]) |
||
| 22 | ); |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return PostBaselinedOEvent |
||
| 27 | */ |
||
| 28 | protected function createEvent(): PostBaselinedOEvent |
||
| 42 | )); |
||
| 43 | } |
||
| 44 | } |