| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class GithubActionsOutputFormatterTest extends AbstractOutputFormatterTest |
||
| 11 | { |
||
| 12 | public function testName(): void |
||
| 15 | } |
||
| 16 | |||
| 17 | public function testNoIssues(): void |
||
| 18 | { |
||
| 19 | $this->assertNoIssuesOutput(''); |
||
| 20 | } |
||
| 21 | |||
| 22 | public function testWithIssues(): void |
||
| 31 | } |
||
| 32 | |||
| 33 | protected function getOutputFormatter(): OutputFormatter |
||
| 36 | } |
||
| 37 | } |
||
| 38 |