Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
6 | class ListBuilderTestsBase extends TestCase |
||
7 | { |
||
8 | |||
9 | /** |
||
10 | * Method returns list of fields |
||
11 | * |
||
12 | * @return array Fields algorithms object |
||
13 | */ |
||
14 | protected function getFields(): array |
||
20 | ]; |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Method returns testing records |
||
25 | * |
||
26 | * @return array testing records |
||
27 | */ |
||
28 | protected function getRecords(): array |
||
40 |