1 | <?php |
||
23 | class TableHelperTest extends TestCase |
||
24 | { |
||
25 | |||
26 | /** |
||
27 | * @var ConsoleOutput |
||
28 | */ |
||
29 | public $stub; |
||
30 | |||
31 | /** |
||
32 | * @var ConsoleIo |
||
33 | */ |
||
34 | |||
35 | public $io; |
||
|
|||
36 | |||
37 | /** |
||
38 | * @var TableHelper |
||
39 | */ |
||
40 | public $helper; |
||
41 | |||
42 | /** |
||
43 | * setUp method |
||
44 | * |
||
45 | * @return void |
||
46 | */ |
||
47 | public function setUp() |
||
55 | |||
56 | public function testOutput() |
||
68 | } |
||
69 |
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.