1 | <?php |
||
8 | class DocstringRepresentationTest extends KintTestCase |
||
9 | { |
||
10 | /** |
||
11 | * @covers \Kint\Object\Representation\DocstringRepresentation::__construct |
||
12 | */ |
||
13 | public function testConstruct() |
||
23 | |||
24 | public function docstringProvider() |
||
46 | |||
47 | /** |
||
48 | * @covers \Kint\Object\Representation\DocstringRepresentation::getDocstringWithoutComments |
||
49 | * @dataProvider docstringProvider |
||
50 | */ |
||
51 | public function testGetDocstringWithoutComments($input, $expect) |
||
57 | } |
||
58 |
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.