1 | <?php |
||
11 | class LineAfterOpenTagFixerTest extends BaseTestCase { |
||
12 | |||
13 | |||
14 | /** |
||
15 | * @return array |
||
16 | */ |
||
17 | public function getSetEmptyLineDataProvider() { |
||
77 | |||
78 | |||
79 | /** |
||
80 | * @dataProvider getSetEmptyLineDataProvider |
||
81 | * @param string $input |
||
82 | * @param string $expect |
||
83 | * @param bool $process |
||
84 | */ |
||
85 | public function testSetEmptyLine($input, $expect, $process = true) { |
||
93 | |||
94 | } |
||
95 |