Skip to content

Commit 60649b8

Browse files
committed
name converter problem
1 parent d71618b commit 60649b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Problem/Serializer/ConstraintViolationNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static function nameConverterProvider(): iterable
8888

8989
$nameConverterFactory = function (self $that): NameConverterInterface {
9090
$nameConverterProphecy = $that->prophesize(NameConverterInterface::class);
91-
$nameConverterProphecy->normalize(Argument::type('string'), null, Argument::type('string'))->will(
91+
$nameConverterProphecy->normalize(Argument::cetera())->will(
9292
fn ($args) => '_'.$args[0]
9393
);
9494

0 commit comments

Comments
 (0)