@@ -224,8 +224,8 @@ public function testNormalizeIriOnlyResourceCollection(): void
224224
225225 $ iriConverterProphecy = $ this ->prophesize (IriConverterInterface::class);
226226 $ iriConverterProphecy ->getIriFromResource (Foo::class, UrlGeneratorInterface::ABS_PATH , Argument::any (), Argument::any ())->willReturn ('/foos ' );
227- $ iriConverterProphecy ->getIriFromResource ($ fooOne )->willReturn ('/foos/1 ' );
228- $ iriConverterProphecy ->getIriFromResource ($ fooThree )->willReturn ('/foos/3 ' );
227+ $ iriConverterProphecy ->getIriFromResource ($ fooOne, UrlGeneratorInterface:: ABS_PATH , Argument:: any (), Argument:: any () )->willReturn ('/foos/1 ' );
228+ $ iriConverterProphecy ->getIriFromResource ($ fooThree, UrlGeneratorInterface:: ABS_PATH , Argument:: any (), Argument:: any () )->willReturn ('/foos/3 ' );
229229
230230 $ delegateNormalizerProphecy = $ this ->prophesize (NormalizerInterface::class);
231231
@@ -276,8 +276,8 @@ public function testNormalizeIriOnlyEmbedContextResourceCollection(): void
276276
277277 $ iriConverterProphecy = $ this ->prophesize (IriConverterInterface::class);
278278 $ iriConverterProphecy ->getIriFromResource (Foo::class, UrlGeneratorInterface::ABS_PATH , Argument::any (), Argument::any ())->willReturn ('/foos ' );
279- $ iriConverterProphecy ->getIriFromResource ($ fooOne )->willReturn ('/foos/1 ' );
280- $ iriConverterProphecy ->getIriFromResource ($ fooThree )->willReturn ('/foos/3 ' );
279+ $ iriConverterProphecy ->getIriFromResource ($ fooOne, UrlGeneratorInterface:: ABS_PATH , Argument:: any (), Argument:: any () )->willReturn ('/foos/1 ' );
280+ $ iriConverterProphecy ->getIriFromResource ($ fooThree, UrlGeneratorInterface:: ABS_PATH , Argument:: any (), Argument:: any () )->willReturn ('/foos/3 ' );
281281
282282 $ delegateNormalizerProphecy = $ this ->prophesize (NormalizerInterface::class);
283283
0 commit comments