| 1 | <?php |
||
| 11 | class LineBeforeClassEndFixerTest extends FixerTestCase { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @return array |
||
| 15 | */ |
||
| 16 | public function getLineBeforeClassEndDataProvider() { |
||
| 53 | |||
| 54 | |||
| 55 | /** |
||
| 56 | * @dataProvider getLineBeforeClassEndDataProvider |
||
| 57 | */ |
||
| 58 | public function testLineBeforeClassEnd($linesNum, $input, $expect) { |
||
| 65 | |||
| 66 | } |
||
| 67 |