1 | <?php |
||
12 | class ReplaceSpacesInEmptyLinesFixerTest extends FixerTestCase { |
||
13 | |||
14 | /** |
||
15 | * @return array |
||
16 | */ |
||
17 | public function getReplaceSpacesDataProvider() { |
||
43 | |||
44 | |||
45 | /** |
||
46 | * @dataProvider getReplaceSpacesDataProvider |
||
47 | * @param string $input |
||
48 | * @param string $expect |
||
49 | */ |
||
50 | public function testReplaceSpaces($input, $expect) { |
||
56 | |||
57 | |||
58 | /** |
||
59 | * @return FileTool |
||
60 | */ |
||
61 | public function getTool() { |
||
64 | |||
65 | } |
||
66 |