@@ -93,7 +93,8 @@ public function providerForCachedLoadMethodsHit(): array
9393
9494 // string $method, array $arguments, string $key, array? $tagGeneratingArguments, array? $tagGeneratingResults, array? $keyGeneratingArguments, array? $keyGeneratingResults, mixed? $data, bool $multi = false, array $additionalCalls
9595 return [
96- ['countReverseRelations ' , [2 ], 'ibx-crrc-2 ' , null , null , [['content_reverse_relations_count ' , [2 ], true ]], ['ibx-crrc-2 ' ], 10 ],
96+ ['countReverseRelations ' , [2 , null ], 'ibx-crrc-2-t- ' , null , null , [['content_reverse_relations_count ' , [2 , null ], true ]], ['ibx-crrc-2-t- ' ], 10 ],
97+ ['countReverseRelations ' , [2 , 8 ], 'ibx-crrc-2-t-8 ' , null , null , [['content_reverse_relations_count ' , [2 , 8 ], true ]], ['ibx-crrc-2-t-8 ' ], 10 ],
9798 ['countRelations ' , [2 ], 'ibx-crc-2-v--t- ' , null , null , [['content_relations_count_with_by_version_type_suffix ' , [2 , null , null ], true ]], ['ibx-crc-2-v--t- ' ], 10 ],
9899 ['countRelations ' , [2 , 2 ], 'ibx-crc-2-v-2-t- ' , null , null , [['content_relations_count_with_by_version_type_suffix ' , [2 , 2 , null ], true ]], ['ibx-crc-2-v-2-t- ' ], 10 ],
99100 ['countRelations ' , [2 , null , 1 ], 'ibx-crc-2-v--t-1 ' , null , null , [['content_relations_count_with_by_version_type_suffix ' , [2 , null , 1 ], true ]], ['ibx-crc-2-v--t-1 ' ], 10 ],
@@ -136,15 +137,29 @@ public function providerForCachedLoadMethodsMiss(): array
136137 [
137138 'countReverseRelations ' ,
138139 [2 ],
139- 'ibx-crrc-2 ' ,
140+ 'ibx-crrc-2-t- ' ,
140141 [
141142 ['content ' , [2 ], false ],
142143 ],
143144 ['c-2 ' ],
144145 [
145- ['content_reverse_relations_count ' , [2 ], true ],
146+ ['content_reverse_relations_count ' , [2 , null ], true ],
146147 ],
147- ['ibx-crrc-2 ' ],
148+ ['ibx-crrc-2-t- ' ],
149+ 10 ,
150+ ],
151+ [
152+ 'countReverseRelations ' ,
153+ [2 , 8 ],
154+ 'ibx-crrc-2-t-8 ' ,
155+ [
156+ ['content ' , [2 ], false ],
157+ ],
158+ ['c-2 ' ],
159+ [
160+ ['content_reverse_relations_count ' , [2 , 8 ], true ],
161+ ],
162+ ['ibx-crrc-2-t-8 ' ],
148163 10 ,
149164 ],
150165 [
0 commit comments