| 1 | <?php |
||
| 10 | class LineEndingFixerTest extends \Tests\Funivan\Cs\BaseTestCase { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @return array |
||
| 14 | */ |
||
| 15 | public function getReplaceSpacesDataProvider() { |
||
| 47 | |||
| 48 | |||
| 49 | /** |
||
| 50 | * @dataProvider getReplaceSpacesDataProvider |
||
| 51 | * @param string $input |
||
| 52 | * @param string $expect |
||
| 53 | */ |
||
| 54 | public function testReplaceInvalidLines($input, $expect) { |
||
| 68 | |||
| 69 | } |
||
| 70 |