fix parameters in test MaxHolder

This commit is contained in:
Julien Fastré 2021-06-14 12:58:23 +02:00
parent 17c3ecbabe
commit b2c1d75fc5

View File

@ -63,8 +63,8 @@ class MaxHolderValidatorTest extends ConstraintValidatorTestCase
yield [ yield [
$household, $household,
[ [
'start' => '01-06-2010', '{{ start }}' => '01-06-2010',
'end' => '01-07-2010' '{{ end }}' => '01-07-2010'
] ]
]; ];
} }