| 1 | <?php |
||
| 11 | class LineBeforeClassEndFixerTest extends BaseTestCase { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @return array |
||
| 15 | */ |
||
| 16 | public function getLineBeforeClassEndDataProvider() { |
||
| 53 | |||
| 54 | |||
| 55 | /** |
||
| 56 | * @dataProvider getLineBeforeClassEndDataProvider |
||
| 57 | * @param int $linesNum |
||
| 58 | * @param string $input |
||
| 59 | * @param string $expect |
||
| 60 | */ |
||
| 61 | public function testLineBeforeClassEnd($linesNum, $input, $expect) { |
||
| 67 | |||
| 68 | } |
||
| 69 |