| 1 | <?php |
||
| 12 | class LineEndingFixerTest extends FixerTestCase { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @return array |
||
| 16 | */ |
||
| 17 | public function getReplaceSpacesDataProvider() { |
||
| 49 | |||
| 50 | |||
| 51 | /** |
||
| 52 | * @dataProvider getReplaceSpacesDataProvider |
||
| 53 | * @param string $input |
||
| 54 | * @param string $expect |
||
| 55 | */ |
||
| 56 | public function testReplaceInvalidLines($input, $expect) { |
||
| 73 | |||
| 74 | |||
| 75 | /** |
||
| 76 | * @return FileTool |
||
| 77 | */ |
||
| 78 | public function getTool() { |
||
| 81 | |||
| 82 | } |
||
| 83 |