Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
9 | class AbstractDaftObjectEasyDBRepositoryWithBoolTest extends AbstractDaftObjectEasyDBRepositoryTest |
||
10 | { |
||
11 | 4 | protected static function ObtainDaftObjectType() : string |
|
12 | { |
||
13 | 4 | return Fixtures\SuitableForRepositoryIntType::class; |
|
14 | } |
||
15 | |||
16 | /** |
||
17 | * @return array<string, scalar|array|object|null> |
||
18 | */ |
||
19 | 4 | protected static function InitialData_test_DaftObjectMemoryRepository() : array |
|
23 | ]; |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @return array<string, scalar|array|object|null> |
||
28 | */ |
||
29 | 2 | protected static function ChangedData_test_DaftObjectMemoryRepository() : array |
|
33 | ]; |
||
34 | } |
||
36 |