Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Tests | 12 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | 4 | public function __construct() |
|
26 | { |
||
27 | 4 | $this->setMap([ |
|
28 | 4 | 'changeKind' => 'change_kind', |
|
29 | 4 | 'changeTime' => 'change_time', |
|
30 | 4 | 'defaultHighlightColor' => 'default_highlight_color', |
|
31 | 4 | 'highlightColor' => 'highlight_color', |
|
32 | 4 | 'highlightMode' => 'highlight_mode', |
|
33 | 4 | 'id' => 'id', |
|
34 | 4 | 'length' => 'length', |
|
35 | 4 | 'start' => 'start', |
|
36 | 4 | 'text' => 'text', |
|
37 | 4 | 'userName' => 'username', |
|
38 | 4 | ]); |
|
41 |