1 | <?php |
||
11 | class LineAfterOpenTagFixerTest extends FixerTestCase { |
||
12 | |||
13 | /** |
||
14 | * @return array |
||
15 | */ |
||
16 | public function getSetEmptyLineDataProvider() { |
||
49 | |||
50 | |||
51 | /** |
||
52 | * @dataProvider getSetEmptyLineDataProvider |
||
53 | * @param string $input |
||
54 | * @param string $expect |
||
55 | */ |
||
56 | public function testSetEmptyLine($input, $expect) { |
||
59 | |||
60 | } |
||
61 |