diff --git a/src/Bundle/ChillPersonBundle/Tests/Validator/Household/MaxHolderValidatorTest.php b/src/Bundle/ChillPersonBundle/Tests/Validator/Household/MaxHolderValidatorTest.php index 9210926ce..02b03eb33 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Validator/Household/MaxHolderValidatorTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Validator/Household/MaxHolderValidatorTest.php @@ -63,8 +63,8 @@ class MaxHolderValidatorTest extends ConstraintValidatorTestCase yield [ $household, [ - 'start' => '01-06-2010', - 'end' => '01-07-2010' + '{{ start }}' => '01-06-2010', + '{{ end }}' => '01-07-2010' ] ]; }