| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 71 | public function testLineAfterOpenTag($input, array $errorLines, $process = true) { |
||
| 72 | if ($process === false) { |
||
| 73 | static::markTestSkipped('PHP short open tags are not enabled.'); |
||
| 74 | return; |
||
| 75 | } |
||
| 76 | $tool = new LineAfterOpenTagReview(); |
||
| 77 | static::assertReview($tool, $input, $errorLines); |
||
| 78 | } |
||
| 79 | |||
| 81 |