| 1 | <?php |
||
| 11 | class LineAfterOpenTagReviewTest extends ReviewTestCase { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @return array |
||
| 15 | */ |
||
| 16 | public function getLineAfterOpenTagDataProvider() { |
||
| 63 | |||
| 64 | |||
| 65 | /** |
||
| 66 | * @dataProvider getLineAfterOpenTagDataProvider |
||
| 67 | * @param string $input |
||
| 68 | * @param array $errorLines |
||
| 69 | * @param bool $process |
||
| 70 | */ |
||
| 71 | public function testLineAfterOpenTag($input, array $errorLines, $process = true) { |
||
| 80 | |||
| 81 | } |
||
| 82 |