| 1 | <?php |
||
| 13 | class MeaninglessMethodNameTest extends AbstractApplyTest |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @covers MS\PHPMD\Rule\CleanCode\MeaninglessMethodName |
||
| 17 | */ |
||
| 18 | public function testFindMeaninglessMethodName() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @covers MS\PHPMD\Rule\CleanCode\MeaninglessMethodName |
||
| 27 | */ |
||
| 28 | public function testFindNoMeaninglessMethodName() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @return MeaninglessMethodName |
||
| 37 | */ |
||
| 38 | protected function getRule() |
||
| 46 | } |
||
| 47 |