Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
24 | class AbstractDaftObjectEasyDBRepositoryWithBoolTest extends AbstractDaftObjectEasyDBRepositoryTest |
||
25 | { |
||
26 | /** |
||
27 | * @psalm-return class-string<T> |
||
28 | */ |
||
29 | protected static function ObtainDaftObjectType() : string |
||
30 | { |
||
31 | return Fixtures\SuitableForRepositoryIntType::class; |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @return array<string, scalar|array|object|null> |
||
36 | */ |
||
37 | protected static function InitialData_test_DaftObjectMemoryRepository() : array |
||
41 | ]; |
||
42 | } |
||
43 | |||
44 | /** |
||
45 | * @return array<string, scalar|array|object|null> |
||
46 | */ |
||
47 | protected static function ChangedData_test_DaftObjectMemoryRepository() : array |
||
51 | ]; |
||
52 | } |
||
54 |