| 1 | <?php |
||
| 10 | class PhpFileStartLineReviewTest extends \Tests\Funivan\Cs\ReviewTestCase { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @return array |
||
| 14 | */ |
||
| 15 | public function getTestFileStartDataProvider() { |
||
| 39 | |||
| 40 | |||
| 41 | /** |
||
| 42 | * @dataProvider getTestFileStartDataProvider |
||
| 43 | * @param string $input |
||
| 44 | * @param array $expectErrorLines |
||
| 45 | */ |
||
| 46 | public function testTestFileStart($input, array $expectErrorLines) { |
||
| 50 | |||
| 51 | } |
||
| 52 |