| 1 | <?php |
||
| 24 | final class NullDecoratorTest extends \Codeception\Test\Unit |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @var HydratorInterface |
||
| 28 | */ |
||
| 29 | private $hydrator; |
||
| 30 | |||
| 31 | protected function setUp() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @param A $a |
||
| 42 | * @param array $expected |
||
| 43 | * |
||
| 44 | * @dataProvider hydratorsDataProvider |
||
| 45 | */ |
||
| 46 | public function testExtract(A $a, array $expected): void |
||
| 50 | |||
| 51 | public function hydratorsDataProvider(): array |
||
| 84 | } |
||
| 85 |
Short variable names may make your code harder to understand. Variable names should be self-descriptive. This check looks for variable names who are shorter than a configured minimum.