mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
fix parameters in test MaxHolder
This commit is contained in:
@@ -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'
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user