Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
10 | class ListBuilderTestsBase extends TestCase |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * Method returns list of fields |
||
15 | * |
||
16 | * @return array Fields algorithms object |
||
17 | */ |
||
18 | protected function getFields(): array |
||
25 | ]; |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Method returns testing records |
||
30 | * |
||
31 | * @return array testing records |
||
32 | */ |
||
33 | protected function getRecords(): array |
||
45 |