| 1 | <?php |
||
| 16 | final class ParserTest extends \Codeception\Test\Unit |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @param ServerRequestInterface $request |
||
| 20 | * @param array $expected |
||
| 21 | * |
||
| 22 | * @dataProvider getRequests |
||
| 23 | */ |
||
| 24 | public function testGetRequestBody(ServerRequestInterface $request, array $expected): void |
||
| 28 | |||
| 29 | public function getRequests(): array |
||
| 59 | } |
||
| 60 |
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.