| 1 | <?php |
||
| 11 | class LineEndingReviewTest extends BaseTestCase { |
||
| 12 | |||
| 13 | |||
| 14 | /** |
||
| 15 | * @return array |
||
| 16 | */ |
||
| 17 | public function getReplaceSpacesDataProvider() { |
||
| 43 | |||
| 44 | |||
| 45 | /** |
||
| 46 | * @dataProvider getReplaceSpacesDataProvider |
||
| 47 | * @param string $input |
||
| 48 | * @param array $expectErrorLines |
||
| 49 | */ |
||
| 50 | public function testReviewInvalidLines($input, array $expectErrorLines) { |
||
| 62 | |||
| 63 | } |
||
| 64 |