1 | <?php |
||
11 | class LineAfterOpenTagFixerTest extends FixerTestCase { |
||
12 | |||
13 | protected function setUp() { |
||
17 | |||
18 | |||
19 | /** |
||
20 | * @return array |
||
21 | */ |
||
22 | public function getSetEmptyLineDataProvider() { |
||
55 | |||
56 | |||
57 | /** |
||
58 | * @dataProvider getSetEmptyLineDataProvider |
||
59 | * @param string $input |
||
60 | * @param string $expect |
||
61 | */ |
||
62 | public function testSetEmptyLine($input, $expect) { |
||
65 | |||
66 | } |
||
67 |