| 1 | <?php |
||
| 11 | class LineAfterOpenTagReviewTest extends ReviewTestCase { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @return array |
||
| 15 | */ |
||
| 16 | public function getLineAfterOpenTagDataProvider() { |
||
| 45 | |||
| 46 | |||
| 47 | /** |
||
| 48 | * @dataProvider getLineAfterOpenTagDataProvider |
||
| 49 | * @param string $input |
||
| 50 | * @param array $errorLines |
||
| 51 | */ |
||
| 52 | public function testLineAfterOpenTag($input, array $errorLines) { |
||
| 58 | |||
| 59 | |||
| 60 | } |
||
| 61 |