1 | <?php |
||
11 | class ReplaceSpacesInEmptyLinesFixerTest extends BaseTestCase { |
||
12 | |||
13 | /** |
||
14 | * @return array |
||
15 | */ |
||
16 | public function getReplaceSpacesDataProvider() { |
||
53 | |||
54 | |||
55 | /** |
||
56 | * @dataProvider getReplaceSpacesDataProvider |
||
57 | * @param string $input |
||
58 | * @param string $expect |
||
59 | */ |
||
60 | public function testReplaceSpaces($input, $expect) { |
||
66 | |||
67 | } |
||
68 |