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